-
Notifications
You must be signed in to change notification settings - Fork 6
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
Location of compiled binaries on Linux #4
Comments
Hi, it looks like compilation is aborted because it does not find the sdk. You need VST2 SDK to compile source. You could try disabling VST legacy target output (using the projucer to edit Source.jucer), and only export to vst3, but last time I tried vst3 on linux it did not work well. |
The VST2 SDK is no longer officially available steinbergmedia/vst3sdk#51
Where is this file located? I can't find it after cloning the repository or attempting to compile |
Hi, Yeah, VST2 sdk is discontinued but people still use it. I'd like not to use it anymore but I have not managed to make SOURCE it work in the ELK board with VST3.
Here I assumed JUCE development knowledge. The file that needs to be edited is this one: https://github.com/ffont/source/blob/master/SourceSampler/SourceSampler.jucer Normally you would edit that with an app called "Projucer" that you also need to compile, but maybe you could try by simply editing this with a text editor and replacing:
by
|
It's not available on any official website. Can you point me to where you downloaded your copy from? |
Hi @hellocatfood, this is precisely what I can't do, but you might want to try searching "download vst2 sdk archive". You might get a search result that I think should work. Also, are you trying to run this on an ELK board or just on normal linux computer? Because if that is the case you can simply skip VST2 as I was mentioning and hopefully VST3 will work for you. |
I want to run it on a linux computer, not the ELK board. I did try editing |
Then maybe there's something else that should be disabled. You should compile projucer and edit the .jucer file to disable "VST legacy". I think you can probably run Otherwise you can try finding VST2 sdk, I'm quite positive you should be able to find it using the suggestions in my previous messages. |
succesfully compiled on linux on a debian machine with the sdk2, running it on standalone, what i see it seems to be not working at all its the jack audio option |
This option is part of what JUCE bundles into a standalone application so I can't really help with that. Did it work with other audio drivers or using a plugin host? |
I have followed the instructions for compiling source on Linux (Ubuntu 22.04).
Running
fab compile
returns no errors (other than not finding the VST2 SDK) and the terminal output ends withAll Done!
(terminal output attached). However, I can't find the compiled binaries anywhere. Do they get installed to any specific location?terminal_output.txt
The text was updated successfully, but these errors were encountered: