-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support Linux #8
Comments
Since Jamba was released, you are the first person ever asking for it. I am definitely open to add support for it, if there is demand. I will leave this ticket open and interested people can vote for it. |
I tried to build a sample VST2 plugin that can be rendered with MrsWatson by referring to the sdk provided by steinberg and https://github.com/pongasoft/vst3-again-sample, but in both cases it failed to render with MrsWatson. |
I have not tried building any plugin with Linux with any version of the VST3 SDK so I cannot say whether it works or not. The |
Developing a VST3 with the vstgui from Steinberg on Linux and it works well so far. Trying to understand which advantages Jamba would add to my workflow except adding another layer of dependency. |
@mxa You can check the https://jamba.dev/ to see the features that Jamba adds on top of the bare VST3 SDK. |
Hi, I build vst-sam-spl-64 without much hassle. But for Linux support some updates are needed in the Jamba:
|
I am surprised that it even works on Linux. Every time there is a new VST3 sdk, I spent time fixing things on macOS and when it works there are always broken things on the Windows side as well. Since I don't even check Linux I am surprised it seems to work. The issue you mention with |
Yeah, it's a VST3 thing (Jamba - was my first thought, because I've never seen that error before with VST3 plugins in Linux). |
It's got my vote! |
Status update: I have spent about 2 days trying to port jamba to Linux and I must admit it is getting to the point where I am running into serious issues:
Steinberg does not have a VSTPluginTestHost for Linux like there is on other platforms so it is hard to test that the plugin actually works. I have been using Ardour demo to test, which is where I saw those crashes. Unclear if the issues are due to improper implementation in Ardour (see 3), or my fault, or the SDK's fault. The editorhost application does not seem to provide the So in conclusion, not great... |
Status update: After more research this where I am now:
It seems very clear to me that despite the claims that the SDK supports Linux, it is very rough and not really supported (point 1, point 4 - 7)... I am throwing the towel for now... |
Yeah... not much optimistic. |
With the release of SDK 3.7.9, there is a new feature which may help in supporting Linux. I will try it when I get a chance but not holding my breath as there were many other issues uncovered during my prior attempt(s) at porting to Linux... |
I am currently trying to develop a VST plugin in a linux environment.
Since jamba didn't support Linux, so I tried modifying the Mac version, but it was too painful for me.
Are there plans to release the Linux version of jamba?
The text was updated successfully, but these errors were encountered: