-
Notifications
You must be signed in to change notification settings - Fork 404
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
VST does not load with Linux version of Renoise #38
Comments
Reported here: steinbergmedia/vstgui#68 |
whydoubt
added a commit
to whydoubt/surge
that referenced
this issue
Nov 28, 2018
Much like hModule is defined when on Windows, it is necessary to define VSTGUI::soHandle when on Linux. This keeps loading the plugin from raising an undefined symbol error. Fixes: surge-synthesizer#38
I have tried many forks and even if I could build the vst there is no DAW that can detect it! |
baconpaul
pushed a commit
to baconpaul/surge
that referenced
this issue
Jul 10, 2019
Much like hModule is defined when on Windows, it is necessary to define VSTGUI::soHandle when on Linux. This keeps loading the plugin from raising an undefined symbol error. Fixes: surge-synthesizer#38 Former-commit-id: 776c2e2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I launch Renoise like this:
And get this to the terminal when doing rescanning plugins:
With a tool such as
nm
it is easy to define that, yes, it is an undefined symbol. It is also a symbol that is unused by the plugin, which can be easily deduced withgit grep
.The text was updated successfully, but these errors were encountered: