Search found 989 matches

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

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

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

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

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

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

Re: LSP para stereo EQ and AutoEQ

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

by sadko4u
Fri Oct 13, 2023 10:39 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.12 released!
Replies: 1
Views: 3257

[ANN] LSP Plugins 1.2.12 released!

Implemented Autogain plugin series for controlling the loudness of the signal according to the ITU-R BS.1770-4 specificaions . Implemented SIMD-optimized curve and gain calculation functions for compressors which allow to lower the CPU consumption by compressor plugins. More AVX-512 optimized funct...
by sadko4u
Fri Sep 29, 2023 12:22 am
Forum: Plugins, Effects and Instruments
Topic: LSP MIDI Trigger crashing MIxbus32C
Replies: 9
Views: 3254

Re: LSP MIDI Trigger crashing MIxbus32C

The sampler crashes because the problem is the same. When deleting UI, we're trying to delete the generated port metadata twice.

by sadko4u
Thu Sep 28, 2023 5:14 pm
Forum: Plugins, Effects and Instruments
Topic: LSP MIDI Trigger crashing MIxbus32C
Replies: 9
Views: 3254

Re: LSP MIDI Trigger crashing MIxbus32C

Yes, can confirm the problem.
It's a regression after a huge set of message fixes reported by PVS Studio.
The fix is already in devel branch of GIT repository.

by sadko4u
Thu Sep 28, 2023 4:44 pm
Forum: Plugins, Effects and Instruments
Topic: LSP MIDI Trigger crashing MIxbus32C
Replies: 9
Views: 3254

Re: LSP MIDI Trigger crashing MIxbus32C

Hmmm, It's a good reason to look what's happening there.

by sadko4u
Thu Sep 28, 2023 9:19 am
Forum: Plugins, Effects and Instruments
Topic: LSP MIDI Trigger crashing MIxbus32C
Replies: 9
Views: 3254

Re: LSP MIDI Trigger crashing MIxbus32C

Have you tried the same in Ardour?

by sadko4u
Sun Sep 24, 2023 9:07 am
Forum: HOW TOs, Tips & Tricks
Topic: Avoid realtime sample rate conversion
Replies: 7
Views: 5835

Re: Avoid realtime sample rate conversion

Only I don't see the original post?
Also I can not visit the page of artix_linux_user, the site does not respond.

by sadko4u
Thu Sep 21, 2023 1:17 pm
Forum: Linux Music News
Topic: [ANN] LSP Consumer survey!
Replies: 10
Views: 4487

Re: [ANN] LSP Consumer survey!

#4 Multiple choices: i would pay for extraordinary plugins and use freely available (e.g. i use a licenced Presswerk, furthermore lsp are premiere choice) The question is related to the software which sells the licenses and how do you deal with it. It's not about how do you deal with different soft...
by sadko4u
Thu Sep 21, 2023 12:47 pm
Forum: Linux Music News
Topic: [ANN] LSP Consumer survey!
Replies: 10
Views: 4487

[ANN] LSP Consumer survey!

If you are regularly observing the evolution of LSP Project , you probably already noticed that LSP Plugins are moving towards Windows support. Despite we're not planning to distribute them for free for Windows platform while keeping Linux and FreeBSD builds free. The main reason is, if people use p...
by sadko4u
Sat Sep 16, 2023 1:08 pm
Forum: Plugins, Effects and Instruments
Topic: CALF plugins?
Replies: 116
Views: 22085

Re: CALF plugins?

The reason I asked is because sometimes I get an itch to develop a new plugin. I don't think I'm up to the task of updating all the calf plugins such that they don't use gtk2, but I was thinking that I could drop one of the algorithms into a new plugin that would hopefully not have some of the prob...