-
Notifications
You must be signed in to change notification settings - Fork 400
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
How to disable VST in Surge XT? #5996
Comments
if you disable it, how will people use the software? but if this error is in the build phase, you can simply not build the vst3 target. and if it is in the initial cmake phase you can remove "VST3" from SURGE_JUCE_FORMATS in src/CMakelists.txt with a patch and replace it with Standalone. |
and if this turns out to be useful to your user base, easy for us to add a |
@baconpaul I just want to disable VST, and leave LV2, etc. Adding |
Ok I’ll add it to head this week and the you can apply as parch against 101 if you want. Thanks |
- SURGE_SKIP_VST3 supresses a VST3 build. Closes surge-synthesizer#5996 - SURGE_SKIP_ALSA which forces ALSA off even if Standalone is on. Closes surge-synthesizer#5997
Hi Commit 3ba6b82 provides both the features you asked for (VST3 off; ALSA off) as options. You should be able to merge that diff as a patch against 1.0.1 for your purposes. It will be in our next 1.1. release, but there's currently not a scheduled date for that. Thanks! |
Thank you! |
Bug Description:
I'm getting this error on FreeBSD:
Rather than making VST work, how to disable it altogether for now?
Surge XT Version
1.0.1
The text was updated successfully, but these errors were encountered: