LV2 is totally the future for Linux, looks like Ardour is the work around, getting sick of it though, kills work flow and it becomes a pain trying to manage everything. Jack is awesome but I want my Linux to function like every other OS, load up your DAW and start making music.
LV2 support for linux is only good if it works on win and mac for me
the only thing that made me by renoise is the linux port because
the people I do music with have win and I have archlinux
LV2 could be it
they have nice idea
Well, support for a decent native Linux plugin format for synths and effects (ie, probably LV2) would be great. Like lowkey, Linux support was one of the most important reasons for me to buy Renoise
This topic is pretty old. Is anything planned about this yet? Developers?
…Edit: And I would put some effort into developing LV2s if Renoise would support it. I’m creating a synth (VSTi) and did some LADSPA plugins before, but I’m not really satisfied with native Linux VSTs nor with LADSPA for various reasons…
I would also love to see LV2 support. I just got my midi keyboard this week, and it works swell with Renoise under Linux. Being able to keep my instrument setup in a renoise project file would put me lightyears ahead of saving a bunch of jack configs and all the configs for various components.
LV2 support would be the best I think, but I remember one of the developers stating that they don’t like the way it is implemented and that they would rather have a look at DSSI.
Lv2 seem to require a lot of depencies that you manually all have to install or even compile yourself, with so many different Linux distributions out there, no official support warranty can be given that these plugins will then work on every distribution or work without a lot of hassle. That’s why Taktik doesn’t like the LV2 plugins.
Renoise works pretty much out-of-the-box, so should every possible option that Renoise should support.
DSSI is being experimented with, but so far no real news on at which stage of development this idea currently is and if it will be used at all.
I don’t see too many dependencies here (the libslv2 package has 4 other libs as dependencies, not that bad). That is on Ubuntu here. I reckon it is similar on Debian.
Anyway, LV2 will very probable be the future for plugins on Linux, so on the long run, this will replace VST on that platform.
I’m one of the current developers of ZynAddSubFX, and I spent some time lately looking at implementing an official cross-platform support for VST. Trying to get the official vst sdk from steinberg’s homepage proved impossible (tried making an account twice, but they wouldn’t let me log in), and I got a bit turned off on VST. And should I eventually actually get my hands on the SDK, I would still have to jump legal hoops in order to include that work in the GPL’ed ZynAddSubFX.
So I looked for alternatives to getting ZynAddSubFX into Renoise as a plugin, eventually discovering that DSSI is needed for taking incoming note events. LADSPA does not do this, so it cannot be used for a synth plugin. And then I read here that the Renoise devs are keen on neither DSSI nor LV2, which is very sad in my opinion.
I really want to make ZynAddSubFX work out-of-the-box with Renoise on Linux, but with the current VST/LADSPA-only strategy I don’t see this happening very soon
I tested the 2.6 Demo Version of Renoise and it recognizes my DSSI.
The linuxDSP Plugins come as LV2 and native Linux VST, but not as DSSI.
The new Calf Plugins come as LV2 and DSSI Plugins, but not as native Linux VST.
I’m not a programmer but I think if possible LV2 should be supported, too, yust to make it complete.
Woot, SLV2 is being replaced by Lilv, a new library for using LV2 plugins in applications with a less strict license (it doesn’t support loading GUIs yet). Could Renoise leverage its functionality for running LV2 plugins? I’d certainly want this feature too.
I’m working on a JUCE LV2 Wrapper, so that JUCE plugins can be compiled as LV2 (nothing to do with hosting them though).
This means all available JUCE VSTs will soon be able to be recompiled as LV2!