-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LinuxVST support #416
Comments
So I guess it will run on Windows, right? |
On 03/29/2014 03:34 AM, Stian Jørgensrud wrote:
LinuxVST's do not run on Windows... that would require the reverse But I don't really see how that matters. Windows users already have more |
Does lv2 support Windows (through LMMS)? |
LV2 is just an interface standard, the question is whether the actual plugin can be built for Windows. For LADSPA plugins this is easy as they do not have separate dependencies like UI frameworks or similiar. Many LV2 plugins use Gtk which in turn would add a massive overhead to Win32 binaries. |
If an LV2 plugin chooses to use Gtk or any other huge GUI toolkit, it's their own dependency -- LMMS shouldn't care about that. |
Reluctantly going to have to push this to 1.2... |
Bumping out to 1.3 (likely after 2.0) |
Are there any news regarding this topic? Google just brought me here 😆 |
A volunteer to code would be appreciated. Also, we should merge some fixes for Windows VST first. |
I'm trying LMMS for the first time on Ubuntu and am unable to get VSTs to work - either Wine crashes trying to install them, or once installed LMMS' Vestige crashes trying to open them. I hoped returning to Linux audio after seven years things would be much easier, but it still seems unusable. I really hope the team manages to get round to this 2014 issue some time. |
This topic is about LinuxVST, so the Wine crashes seem to be misplaced. As for the state of Linux audio in general, this tracker isn't the place to discuss that despite many people sharing your feelings on the topic. That said, although the frustrations you are having are real, we really don't tolerate people coming on this tracker pointing out the shortcomings of a few volunteers. Please keep posts on-topic to the original bug report. |
Would be VST effects included into this issue ? |
I added https://lmms.io/wiki/index.php?title=Tested_VSTs#Free_software and added a few VST's to it. |
http://linux-sound.org/linux-vst-plugins.html (Updated 13 February 2018.) is the most complete list of VST's for GNU/Linux that I've seen. |
Because LinuxVST support has not yet been added. |
@mrshroomy LinuxVST refers to support for native Linux VSTs as opposed to Windows VSTs, which we currently support using Wine on Linux. |
I recently decided to use lmms to create the music for my next 64k intro. It fits the purpose of what I need quite well except this. Unfortunately I need to work with a synth that is compiled as a linux vst :( |
@NoxWings as a stop-gap you can try the Carla Instrument Rack. It ships with 1.2.0 and supports many more plugin formats than we do. |
Correction, 1.2.0 ships with support for it. It needs to be available on the system for LMMS to detect it. |
So are you saying Linux vst are supported on LMMS as long as they are available on the system path? |
Linux VSTs are not supported directly at all. The 3rd party plugin "Carla" can open plugins of various formats. Carla's a big app and it's actually bigger install than LMMS, so we don't bundle it, but direct Carla support is included in LMMS starting with version 1.2.0. |
Oh I didn't know that, thanks for the clarification. |
Is this planned to be added? Wouldn't it be a quite natural thing to do for an app that has "Linux" in its name? |
Naturally. Furthermore Linux was dropped from the name a long time ago |
Ah, I thought the "L" in "L Multimedia Studio" stood for "Linux"... perhaps it's the "Libre Music Mastering Studio" now. Anyhow, looking forward to it. |
FYI, #3975 is a good start point to support Linux VSTs(not to be confused with LV2) as well as macOS VSTs. I was playing with the code for a while and confirmed it's possible to modify it to support Linux VSTs. However, I need to get some time to organize and test the code. |
In the meantime, would you be interested in making an AppImage that would include WINE out of the box @tresf? A lot of progress has been made lately when it comes to bundling WINE as an AppImage. |
Wine should be obtained from official sources. Some of the more complex VSTs require modifying the environment. Doing this on an AppImage is a nightmare. Furthermore, our current stance is to obtain gigantic plugins separately (such as Carla). Wine won't be bundled if i have anything to do with it. |
Again, another thing I'm just putting on the issue tracker, since it's been discussed on the mailing lists.
LinuxVST support should be relatively easy to implement considering we already have the VST code, and it would be beneficial, seeing as there's lots of interesting developments happening on the LinuxVST front right now (many new plugins being made and such).
And it's also a feature that has been requested by many people.
The text was updated successfully, but these errors were encountered: