Search found 989 matches

by sadko4u
Tue Apr 18, 2023 5:24 pm
Forum: Linux Music News
Topic: Programming LV2 Music Production Plugins Tutorial Series II
Replies: 10
Views: 3611

Re: Programming LV2 Music Production Plugins Tutorial Series II

I indeed took a closer look into LSP-TK. Which could be fine for programming "from scratch". And I'm open for making a video about it. The LSP-TK by itself also can be used for plugin development. It will just provide widgets to you and won't give you possibility to provide different plug...
by sadko4u
Tue Apr 18, 2023 9:51 am
Forum: Linux Music News
Topic: Programming LV2 Music Production Plugins Tutorial Series II
Replies: 10
Views: 3611

Re: Programming LV2 Music Production Plugins Tutorial Series II

Hi @sjaehn!
Any plans to review the LSP Plugin Framework in your videos?

by sadko4u
Thu Mar 23, 2023 10:42 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.6
Replies: 12
Views: 3193

Re: [ANN] LSP Plugins 1.2.6

elcalen wrote: Thu Mar 23, 2023 9:20 am

The changelog doesn't mention mid/side mode for the Spectrum Analyzer, which I think is new in this version, right? Another neat little addition.

Yes, forgot to add it to the log.

by sadko4u
Thu Mar 23, 2023 7:36 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.6
Replies: 12
Views: 3193

Re: [ANN] LSP Plugins 1.2.6

Can you list which opcodes currently work? I would find it useful when writing sfz files to know what opcodes to use and what opcodes to avoid. The supported list of opcodes: #define - variable definitions #include - file includes default_path - the default path the samples are located note_offset,...
by sadko4u
Wed Mar 22, 2023 7:44 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.6
Replies: 12
Views: 3193

Re: [ANN] LSP Plugins 1.2.6

What SFZ parsing engine did you end up using? (SFZero, LiquidSFZ, Sfizz, etc.)? Just wrote the SFZ parsing code. https://github.com/lsp-plugins/lsp-runtime-lib/tree/master/include/lsp-plug.in/fmt/sfz https://github.com/lsp-plugins/lsp-runtime-lib/tree/master/src/main/fmt/sfz Also, do you happen to ...
by sadko4u
Wed Mar 22, 2023 6:43 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.6
Replies: 12
Views: 3193

[ANN] LSP Plugins 1.2.6

We're glad to introduce the new version 1.2.6 of LSP Plugins! Implemented Mixer plugin series for 4, 8 and 16 Mono/Stereo channels . Implemented A/B Tester plugin series with blind option . Parametric Equalizer is now smoothly operating with frequency/gain/q factor for each mode: FIR, IIR, FFT, SPM....
by sadko4u
Sun Feb 19, 2023 12:09 pm
Forum: Plugins, Effects and Instruments
Topic: span
Replies: 20
Views: 3490

Re: span

by sadko4u
Sun Feb 19, 2023 12:01 pm
Forum: Linux Music News
Topic: New plugin for Euclidean Rhythms
Replies: 17
Views: 3953

Re: New plugin for Euclidean Rhythms

Amazing, thank you for testing it! Also, you've piqued my interest in Bespoke Synth. Almost all of my development was done using Ardour as the host, so I'm really very happy that it works in a different DAW. The magic of LV2, I suppose. :D Why do you need to steal something if there is a toolkit li...
by sadko4u
Sun Feb 19, 2023 10:14 am
Forum: Linux Music News
Topic: Reaper with CLAP support
Replies: 71
Views: 15104

Re: Reaper with CLAP support

Cotin wrote: Sat Feb 18, 2023 9:49 pm

somebody can help me to install Clap on Reaper? (linux) please!

And what's the problem?

by sadko4u
Thu Feb 09, 2023 10:53 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins 1.2.5
Replies: 4
Views: 2015

Re: [ANN] LSP Plugins 1.2.5

Yes, that's the case where the manual upload sometimes fails.
Uploaded the proper binaries for Linux-x86_64 and the missing binaries for Linux-i586.

by sadko4u
Sun Feb 05, 2023 4:22 pm
Forum: Plugins, Effects and Instruments
Topic: LSP Delay turning knob sensitivity and range
Replies: 5
Views: 1073

Re: LSP Delay turning knob sensitivity and range

Added the description to the manual

by sadko4u
Sun Feb 05, 2023 12:16 pm
Forum: Plugins, Effects and Instruments
Topic: LSP PEQ-16-stereo high cpu usage in headless mode [Solved}
Replies: 3
Views: 814

Re: LSP PEQ-16-stereo high cpu usage in headless mode

There was a related issue, and in current 1.2.5 version I don't see such behaviour:

Image

by sadko4u
Fri Feb 03, 2023 9:56 pm
Forum: System Tuning and Configuration
Topic: Pipewire system room correction plugin
Replies: 36
Views: 5834

Re: Pipewire system room correction plugin

sunrat wrote: Fri Feb 03, 2023 3:05 am

I notice you have implemented this in v1.2.5 . Not tried yet but thank you (once again 8) :wink: ).

Yes, here's the example:

Code: Select all

-x system:capture_1=in_l,system:capture_2=in_r,out_l=system:playback_1,out_r=system:playback_2

You also may specify multiple '-x' options.

by sadko4u
Tue Jan 31, 2023 11:36 am
Forum: Developer's Section
Topic: Please, use stderr and stdout properly!
Replies: 10
Views: 5340

Re: Please, use stderr and stdout properly!

That's all because we're missing the stdlog file descriptor.