Skip to content
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

Is it possible to run pedalboard in a Docker container with MacOS VST3 plugins? #310

Closed
maxiedaniels opened this issue Apr 9, 2024 · 1 comment

Comments

@maxiedaniels
Copy link

If i run pedalboard on my Mac, it works fine. I can load up any of my VST3 plugins, no issue.
If i try and run it within a docker container (ubuntu:22.04 for example), I get this:

VST3Plugin: Unable to load plugin plugins/ValhallaVintageVerb.vst3: unsupported plugin format or load failure. Plugin files or shared library dependencies may be missing. (Try running ldd "/app/plugins/ValhallaVintageVerb.vst3/Contents/x86_64-linux/ValhallaVintageVerb.so" to see which dependencies might be missing.).

Thing is, the plugin's Contents folder has MacOS inside, not x84_64-linux. I'm unclear on my options... is this a limitation of plugins being developed for Mac?

@psobot
Copy link
Member

psobot commented Apr 9, 2024

Hi @maxiedaniels!

Within your Docker container, Ubuntu is running (rather than macOS) so you'll need to use VST3 plugins that are built for Linux rather than those that are built for macOS or Windows.

(Thanks for the bug report about the error message, though; we shouldn't be prompting users to run ldd on a file that doesn't exist!)

@psobot psobot closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants