Search found 986 matches

by sadko4u
Sun Sep 10, 2023 5:40 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.11 released!
Replies: 2
Views: 2037

[ANN] LSP Plugins 1.2.11 released!

Added partial support of AVX-512 instruction set. Windows support changed to experimental. Fixed code issues reported by the PVS Studio static analyzer. Fixed improper band characteristics drawn on band Mute for multiband plugins in Linear Phase mode. https://github.com/sadko4u/lsp-plugins/releases...
by sadko4u
Mon Aug 21, 2023 11:02 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.10 released!
Replies: 3
Views: 2130

Re: [ANN] LSP Plugins 1.2.10 released!

Sorry, my mistake. Fixed now.

by sadko4u
Mon Aug 21, 2023 10:26 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.10 released!
Replies: 3
Views: 2130

[ANN] LSP Plugins 1.2.10 released!

Implemented Beat Breather plugin series . Added phase switches to Delay Compensator plugin series. Implemented Stereo Split mode for stereo version of all dynamic plugins: Compressor and Multiband Compressor; Dynamics Processor and Multiband Dynamics Processor; Expander and Multiband Expander; Gate...
by sadko4u
Mon Aug 07, 2023 10:00 am
Forum: Linux Music News
Topic: Tamgamp.lv2 - yet another guitar amplifier simulator
Replies: 16
Views: 7700

Re: Tamgamp.lv2 - yet another guitar amplifier simulator

dan_flash wrote: Mon Aug 07, 2023 7:00 am

In file included from tamgamp.cpp:24:
../../include/tamgamp.lv2/tamgamp.h:28:10: fatal error: lv2.h: No such file or directory
28 | #include <lv2.h>
| ~~~

You're missing lv2-dev package on your system.

by sadko4u
Fri Jul 28, 2023 8:57 am
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3443

Re: Using Midi-Keyboard with MusE

[ Side note: If you are thinking that I could look at the LV2 units, which include pre-defined "dB" and "Hertz", to determine how exactly to display a control, forget it. They are not reliable. LSP for example uses mysterious custom units like "G" for gain, not "d...
by sadko4u
Thu Jul 27, 2023 2:58 pm
Forum: Plugins, Effects and Instruments
Topic: IR cab loader
Replies: 7
Views: 1773

Re: IR cab loader

Use the LSP Phase Detector to detect the latency shift between tracks and add some delay using LSP Latency Compensator to some tracks/busses that have lower latency.
https://youtu.be/j-rNb409GYg?t=956

by sadko4u
Thu Jul 20, 2023 12:23 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.8 released!
Replies: 7
Views: 2150

Re: [ANN] LSP Plugins 1.2.8 released!

Maybe once. There is a pretty long list of plugins that need to be implemented.

by sadko4u
Thu Jul 20, 2023 11:15 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.8 released!
Replies: 7
Views: 2150

[ANN] LSP Plugins 1.2.8 released!

This is a pretty hard release because we introduce four new plugin series! Implemented GOTT (Grand Over-The-Top) Compressor plugin series . Implemented Filter plugin series . Implemented Flanger plugin series . Implemented Multiband Limiter plugin series . Implemented high-precision oversampling alg...
by sadko4u
Mon Jul 10, 2023 2:57 pm
Forum: Plugins, Effects and Instruments
Topic: How future-proof is Uhbik?
Replies: 6
Views: 983

Re: How future-proof is Uhbik?

I think the best way for you is to ask directly U-he on KVR forum here:
https://www.kvraudio.com/forum/viewforum.php?f=31

by sadko4u
Mon Jul 10, 2023 10:23 am
Forum: Developer's Section
Topic: I must tell you
Replies: 14
Views: 4624

Re: I must tell you

I don't know. so I was asking. I know plugins that use FFT calculations can incur so much overhead that it isn't feasible to run them realtime, but I don't know how intensive timbre-mill is. If you can get it realtime, that would be great. It is possible to make all this stuff realtime but it will ...
by sadko4u
Sun Jul 09, 2023 10:43 pm
Forum: Developer's Section
Topic: I must tell you
Replies: 14
Views: 4624

Re: I must tell you

do you suppose this plugin can be made realtime? (ie The enduser can hear the effects of any setting while he's changing its value). And why not? Such tool is just yet another spectral processor or some kind of matched EQ which uses FFT for frequency matching. We need only to compute the profile of...
by sadko4u
Sun Jul 09, 2023 6:57 pm
Forum: Developer's Section
Topic: I must tell you
Replies: 14
Views: 4624

Re: I must tell you

artix_linux_user wrote: Sun Jul 09, 2023 10:24 am

new plugin??? which what where?...
there is a new plugin?

I just created a feature request for a new plugin. I think it is a good reason to implement it in further LSP releases.
The ticket is available here: https://github.com/sadko4u/lsp-plugins/issues/326

by sadko4u
Sun Jul 09, 2023 10:57 am
Forum: Developer's Section
Topic: I must tell you
Replies: 14
Views: 4624

Re: I must tell you

P.S. Where did you learn your english? It's not at all common for russians to speak english. I learned at school focused on deep learning of german language and studied intensive classes since the 1st grade. And after the 5th grade, english classes also became available. Meanwhile being on the 3rd-...
by sadko4u
Sat Jul 08, 2023 6:05 pm
Forum: Developer's Section
Topic: I must tell you
Replies: 14
Views: 4624

Re: I must tell you

Now for the bad news. The app isn't a plugin. You can't run it inside your daw. In fact, it needs to be run from a terminal window. It doesn't have a gui. Maybe once I'll have a time to bring it into the new plugin. The DSP part is not too hard, we just need to compute an FFT profile and apply it t...
by sadko4u
Sat Jul 08, 2023 10:20 am
Forum: Developer's Section
Topic: I must tell you
Replies: 14
Views: 4624

Re: I must tell you

Hi there! Thank you for the review.

The timbre-mill tool development was sponsored by @d.healey and without his sponsorship it probably wouldn't be born.