Support For Lv2 Plugins On Linux

There are more and more LV2-Plugins coming out (zynaddsubfx is currently being ported to lv2 aswell) and it has become the defacto standard for audio plugins on linux.
Is there any chance renoise will support this?

Thereā€™s another thread about lv2 support in the renoise 3 beta sub-forum. Apparently itā€™s happening (not for renoise 3 though)

https://forum.renoise.com/t/lv2-support/39786

+1 This is one reason I am sticking with 2.81 for now.

Looking forward to the LV2 support!

+1 please please bitte bitte

+1 for LV2 support, also please donā€™t restrict the LV2 support to Linux. LV2 is able to be compiled for Windows and Mac like VST.

Itā€™s really the one thing keeping me from buying Renoise.

Iā€™d like to be optimistic about this but I donā€™t think itā€™s going to happen any time soon, look how long ago this thread was started. I donā€™t know why it is so hard to closed source programs to implement lv2 support. Such a shame.

If LV2 is not supported by Renoise, maybe itā€™s because LV2 did not please the devs. Having all the features ticked in a matrix does not imply that the interface is nice and convenient to use, then it is a matter of taste.

If LV2 is not supported by Renoise, maybe itā€™s because LV2 did not please the devs. Having all the features ticked in a matrix does not imply that the interface is nice and convenient to use, then it is a matter of taste.

Have you seen the API? Itā€™s much more readable than Steinbergā€™s VST API, for both hosting and creating plugins.

Have you seen the API? Itā€™s much more readable than Steinbergā€™s VST API, for both hosting and creating plugins.

That was my point :^)

Definitely Renoise spent energy supporting LADSPA and DSSI. And as I understand, they tried for LV2. Instead of saying ā€œI donā€™t understand why donā€™t implement it, it is much better than X, Y, Z, ā€¦ā€ maybe start asking the devs, ā€œdid you find something wrong with LV2?ā€; they already gave some elements. Then you might be able to move forward.

+1 for LV2 support

Cool shit is carla from kxstudio comes as vst plugin. As effect or instrument, rack or graph. Donā€™t know when it started, or whether itā€™ll save state correctly. Yes, you can load lv2 effects or instruments with it into renoise. I just tried superficially, probably youā€™ll have to go the (crappy resolution) midi way to automate stuff. External carla, choosing virtual in-/outputs with jack routing, sends, lineins and shit, you can even do multi input/output plugins or plugin graphs, like a sidechain compressor - but a mess to work with. No good workflow.

Yes, I can add that from Carla version 2.0, one can load carla-vst INSIDE Renoise Linux. Below is a screenshot of Calf Monosynth (LV2) running @ CarlaRack @ Renoise as a VST (look @ the top-right instrument: VST-CarlaRack)ā€¦ and producing sound :blink:

To do this on Ubuntu 14.04, just add the KXStudio repo and ā€œsudo apt-get install carla-git carla-vstā€ and youā€™re done.

Cool shit is carla from kxstudio comes as vst plugin. As effect or instrument, rack or graph. Donā€™t know when it started, or whether itā€™ll save state correctly. Yes, you can load lv2 effects or instruments with it into renoise. I just tried superficially, probably youā€™ll have to go the (crappy resolution) midi way to automate stuff. External carla, choosing virtual in-/outputs with jack routing, sends, lineins and shit, you can even do multi input/output plugins or plugin graphs, like a sidechain compressor - but a mess to work with. No good workflow.

LV2 plugins are a popular format for audio plugins on Linux, and there is generally good support for them in the Linux ecosystem.

To use LV2 plugins on Linux, you will first need to install a host application that can load and use them. Some popular host applications for LV2 plugins include Ardour, Carla, and Qtractor, among others.

Once you have a host application installed, you can typically install LV2 plugins through your Linux distributionā€™s package manager or by manually downloading and installing them. Many LV2 plugins are open source and can be found on GitHub or other code hosting platforms like SAP