Search found 983 matches

by sadko4u
Fri Mar 15, 2024 10:19 am
Forum: Plugins, Effects and Instruments
Topic: LSP Plugins laggy visuals on Arch/AMD?
Replies: 5
Views: 373

Re: LSP Plugins laggy visuals on Arch/AMD?

It is also important to understand that most of visual data like graphs is also prepared by the backend (DSP part) which is periodically executed by calling run() or process() methods by the host. And the rate of this calls depends on the audio buffer size. If you have buffer of 1024 samples with 48...
by sadko4u
Tue Mar 12, 2024 7:16 pm
Forum: Plugins, Effects and Instruments
Topic: LSP Plugins laggy visuals on Arch/AMD?
Replies: 5
Views: 373

Re: LSP Plugins laggy visuals on Arch/AMD?

LSP Plugins don't support Wayland Compositor yet.
Please try to run them under X11 first.
But I think it is related to some issues of Cairo and AMD graphics driver as it is described here:
https://github.com/lsp-plugins/lsp-plugins/issues/369

by sadko4u
Sun Mar 10, 2024 10:56 pm
Forum: Samplers & samples
Topic: LSP momo sampler
Replies: 4
Views: 303

Re: LSP momo sampler

Have you recorded MIDI notes that are passed to the sampler? The reason may be that all of them have the same velocity.

by sadko4u
Wed Mar 06, 2024 6:11 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.15 released!
Replies: 8
Views: 600

Re: [ANN] LSP Plugins 1.2.15 released!

So, do i understand that correctly that the implementation in Parametric EQ is a 2-pole filter where the respective phase shifts cancel each other out and transform to an allpass filter effectively creating a crossover with minimum phase and a flat frequency response? Not clear what do you mean. Ea...
by sadko4u
Wed Mar 06, 2024 1:38 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.15 released!
Replies: 8
Views: 600

Re: [ANN] LSP Plugins 1.2.15 released!

All-pass filters are the primary filters used by crossovers. Here's the overall discussion about the phase problems with Calf plugins which helped to solve phase problems for LSP crossovers: https://github.com/calf-studio-gear/calf/issues/217 The simpliest design principle of allpass filter is just ...
by sadko4u
Wed Mar 06, 2024 12:31 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.15 released!
Replies: 8
Views: 600

[ANN] LSP Plugins 1.2.15 released!

Added experimental VST3 plugin format support. Added built-in presets for Compressor plugin series. Fixed bug in smoothing mode of Parametric Equalizer and Filter plugins that could be caused when using large buffer sizes. Additional optimizations to reduce CPU resources when processing in smoothin...
by sadko4u
Thu Feb 29, 2024 10:01 am
Forum: Plugins, Effects and Instruments
Topic: LSP Plugins Trigger Dynamics
Replies: 1
Views: 279

Re: LSP Plugins Trigger Dynamics

The 'Range1' and 'Range 2' parameters actually define dynamics range of the hit. If you look at the time graph, you'll see them as blue horizontal lines. One defines the threshold associated with minimum velocity, another one defines the threshold associated with maximum velocity. The roles of knobs...
by sadko4u
Wed Feb 07, 2024 8:13 am
Forum: Developer's Section
Topic: Handy guide for readable gui grayscale contrast
Replies: 1
Views: 659

Re: Handy guide for readable gui grayscale contrast

We solved the same color problem in LSP by using LCH color space based on LAB.

by sadko4u
Sat Jan 27, 2024 1:59 pm
Forum: Plugins, Effects and Instruments
Topic: How to handle LSP "Dummy" Packages
Replies: 18
Views: 1222

Re: How to handle LSP "Dummy" Packages

Impostor wrote: Sat Jan 27, 2024 10:41 am

Are all those r3d-glx-lib files not needed?

These files are required for rendering 3D scenes in plugins lile Room Builder. Without it, you'll get an empty screen that should draw 3D scene.

by sadko4u
Thu Jan 11, 2024 9:36 pm
Forum: Developer's Section
Topic: Framework for audio plugins in C code
Replies: 21
Views: 144971

Re: Framework for audio plugins in C code

xos wrote: Wed Jan 10, 2024 11:00 pm

It's all in C++ ?

Yes, Steinberg decided to provide COM-compatible interface. But if you reproduce virtual tables in C, there won't be too much no problem, I think.

by sadko4u
Wed Jan 10, 2024 8:30 pm
Forum: Developer's Section
Topic: Framework for audio plugins in C code
Replies: 21
Views: 144971

Re: Framework for audio plugins in C code

I'm digging into VST3 now. Before I implemented CLAP wrapper for my plugin framework. And now I realize that CLAP seems to be the better VST3.

by sadko4u
Sat Dec 23, 2023 4:25 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.14 released!
Replies: 4
Views: 6308

Re: [ANN] LSP Plugins 1.2.14 released!

The EQs and analysers somehow just keep getting better. And I probably need to give the clipper a shot, too. Thanks, man! One thing I'm noticing in the parametric EQ is that the graph seems a little laggy and twitchy when moving points around. I don't remember if this was the case before... Of cour...
by sadko4u
Sat Dec 23, 2023 2:34 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.14 released!
Replies: 4
Views: 6308

[ANN] LSP Plugins 1.2.14 released!

LSP Plugins celebrates the 8th anniversary and introduces the 1.2.14 release! Implemented Clipper plugins series . Implemented Multiband Clipper plugin series . Implemented Parametric Equalizer x8 plugin series . Updated VST 2.x plugin naming to fit the maximum possible length of 31 characters. Adde...
by sadko4u
Sun Oct 29, 2023 10:13 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.13 released!
Replies: 0
Views: 3380

[ANN] LSP Plugins 1.2.13 released!

LSP Plugins 1.2.13 released with bugfixes and improvements! Fixed bug in Multiband Limiter plugin series caused by invalid processing of large input buffers. Fixed bug in Compensation Delay plugin series caused by invalid processing of large input buffers. Fixed crackling sound caused by small buffe...
by sadko4u
Mon Oct 23, 2023 9:43 am
Forum: Plugins, Effects and Instruments
Topic: LSP para stereo EQ and AutoEQ
Replies: 1
Views: 2417

Re: LSP para stereo EQ and AutoEQ

Could you ship the files you're trying to import?