-
Notifications
You must be signed in to change notification settings - Fork 5
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
Linux VST3 binary release should be in a folder #26
Comments
The single file VST3 distributions exists because some hosts on some platforms have trouble with loading VST3 bundles. But since issue #20 and JS80P v1.8.0, VST3 bundles are available for both AVX compatible x64 systems and SSE2 compatible x86 and x64 systems. Inside these ZIP files you can find the |
Duplicate of #20 |
No, because the single file distributions with the deprecated format are intended to be used when a host fails to recognize the plugin from the bundle due to the Though you're right in that the official SDK code doesn't seem to support the single SO file named as |
Thank you for this interesting plugin.
I noticed that the Linux binary release zip file contains among other files the plugin binary called either js80p.vst3 or js80p.so.
I can't use the file as it is in the binary release zip file.
To make it work with the plugin hosts/DAWs I use, mainly Bespoke Synth, Ardour and Carla it needs to be put inside a correct VST3 bundle folder structure ( Steinberg VST3 Plug-in Format Structure docs ).
In short, the zip files should contain a folder and files with this structure:
EDIT: I see you already have a merged release with the correct structure, so this problem should be addressed only for the Linux VST3 single file?
The text was updated successfully, but these errors were encountered: