[ANN] LSP Plugins: 1.2.0 Release

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
User avatar
sadko4u
Established Member
Posts: 989
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 361 times

[ANN] LSP Plugins: 1.2.0 Release

Post by sadko4u »

Release 1.2.0.

https://youtu.be/x9Nnr5wPxvM

* Decomposition of core modules into submodules.
* Implemented multiple visual themes for the plugins.
* Added possibility to change visual themes in runtime.
* Added headless support for JACK plugins.
* Fixed delay compensation issue for Dry/Wet balance for single-banded dynamic plugin series (Compressor/Gate/Expander/Dynamic Processor).
* Add support of LV2UI:scaleFactor extension - https://github.com/drobilla/lv2/pull/38/commits
* Implemented 'Reset to default' button.
* Added support of building under LoongArch32 and LoongArch64 architectures.
* Added support of building under 32-bit and 64-bit RISC-V architectures.
LSP (Linux Studio Plugins) Developer and Maintainer.
uns4ph3
Established Member
Posts: 72
Joined: Mon Apr 27, 2020 12:53 am
Been thanked: 3 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by uns4ph3 »

Super excited for this Sadko!
Search for Fusterclucker on your favorite streaming platforms to hear my awful music, and go visit my blog for my inane rants.
User avatar
wjl
Established Member
Posts: 224
Joined: Fri Mar 17, 2017 12:27 pm
Location: near Frankfurt, Germany
Has thanked: 48 times
Been thanked: 26 times
Contact:

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by wjl »

Thanks Vladimir - and LSP are awesome plugins, love them!
more about me on my blog
User avatar
Audiojunkie
Established Member
Posts: 402
Joined: Thu Feb 21, 2019 4:27 pm
Has thanked: 392 times
Been thanked: 157 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by Audiojunkie »

Does this mean that the GUIs will scale up to be usable with high resolution screens? :)

I hope! I hope! I hope! :)
christobal
Established Member
Posts: 108
Joined: Sun Sep 01, 2019 12:58 pm
Has thanked: 21 times
Been thanked: 11 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by christobal »

Audiojunkie wrote: Sun Mar 27, 2022 12:05 am Does this mean that the GUIs will scale up to be usable with high resolution screens? :)

I hope! I hope! I hope! :)
Can confirm
OS: Manjaro
Amp: Echolette M40 / NG51S Tape Echo
Strings: Martin D15M, Yamaha FG-180, Alhambra 5P, Yamaha Revstar
User avatar
sunrat
Established Member
Posts: 924
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 152 times
Been thanked: 246 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by sunrat »

I just installed the standalone version and am impressed with the new UI. It now looks more consistent and modern. The new resize functions are welcome. Performance seems good although I haven't done specific tests.
None of the EQ plugins show the spectrum and I opened a Github issue about that.

Thanks for your wonderful work. As I said elsewhere I tried to subscribe via Liberapay recently but it's blocked for Russia atm. I don't do crypto but promise to help when it is possible.
Best wishes for finding a less crazy future soon.
User avatar
Largos
Established Member
Posts: 637
Joined: Mon Oct 05, 2020 12:21 pm
Has thanked: 71 times
Been thanked: 185 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by Largos »

The new look for the plugins is amazing.

The dial settings on the samplers aren't saving. I have tried this in both MusE and Carla, when I reload them in a project they are back to default.

Edit: filed better bug report on github.
Last edited by Largos on Sat Apr 02, 2022 3:51 pm, edited 1 time in total.
User avatar
sjzstudio
Established Member
Posts: 166
Joined: Fri Apr 10, 2020 11:24 pm
Has thanked: 19 times
Been thanked: 28 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by sjzstudio »

Can those eq plugins be used somehow in Room eq? Which means they can import a Room eq Wizard file.

Can I Donate with Crypt? For example, Handcash or similar.
User avatar
sunrat
Established Member
Posts: 924
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 152 times
Been thanked: 246 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by sunrat »

sjzstudio wrote: Sat Apr 02, 2022 8:13 am Can those eq plugins be used somehow in Room eq? Which means they can import a Room eq Wizard file.
Yes. Menu > Import > REW filter file
I use PEQ x16 for room correction EQ. The standalone JACK version launched at JACK start from Qjackctl Setup > Options > Execute script after startup. Here's the complete startup command I use which includes pa>jack module and a2jmidid:

Code: Select all

lsp-plugins-para-equalizer-x16-lr -c /home/roger/audio/LSP/ParaEQ-x16LRtest3.cfg & pactl load-module module-jack-source channels=2 connect=0 & pactl load-module module-jack-sink channels=2 connect=no && a2jmidid -e &
You may want to use the stereo PEQ rather than the LR one for REW filters, not sure as I just set it manually so far although plan to measure and test further.
Can I Donate with Crypt? For example, Handcash or similar.
You can donate with Ethereum, link on website.
User avatar
sadko4u
Established Member
Posts: 989
Joined: Mon Sep 28, 2015 9:03 pm
Has thanked: 2 times
Been thanked: 361 times

Re: [ANN] LSP Plugins: 1.2.0 Release

Post by sadko4u »

I wanted to promote the '-hl' flag that allows to run JACK plugins in headless mode but found that it crashes them at this moment.
Have already fixed the problem, will be available in new bug-fixing release.
LSP (Linux Studio Plugins) Developer and Maintainer.
Post Reply