Search found 989 matches

by sadko4u
Sat Sep 16, 2023 12:59 pm
Forum: Plugins, Effects and Instruments
Topic: CALF plugins?
Replies: 116
Views: 22802

Re: CALF plugins?

but in my experience I can't get the exact same effect as the Bass Enhancer from an EQ, even the excellent Pultec PEQ emulators from Mike at ACMT/overtoneDSP, in fact to get a final result I need the harmonic boost of the Calf at around 80Hz and the Pultec inverted bass curve at 20 or 30Hz to compl...
by sadko4u
Fri Sep 15, 2023 7:50 am
Forum: Plugins, Effects and Instruments
Topic: CALF plugins?
Replies: 116
Views: 22802

Re: CALF plugins?

Impostor wrote: Thu Sep 14, 2023 3:33 pm

Maintained today, abandoned tomorrow. Could happen to LSP too...

To prevent LSP being suddenly abandoned, we need more developers who know how to deal with the code base.

by sadko4u
Tue Sep 12, 2023 1:35 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.11 released!
Replies: 2
Views: 2111

Re: [ANN] LSP Plugins 1.2.11 released!

elcalen wrote: Mon Sep 11, 2023 4:30 pm

I noticed a little mistake on the website: on the "Plugins" page, the title for the flanger plugin says "plugin template" instead of the actual name.

Good point, I'll fix it.

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

[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: 2239

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: 2239

[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: 8492

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: 3664

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: 1931

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: 2276

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: 2276

[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: 1044

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: 4884

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: 4884

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: 4884

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