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

pluginval incorrectly reports universal bundles as failing to load #112

Open
JeffMcClintock opened this issue Jul 12, 2023 · 1 comment
Open

Comments

@JeffMcClintock
Copy link

JeffMcClintock commented Jul 12, 2023

A universal bundle contains both the macOS and also the Windows VST3 plugin binaries.

for example,

C:\PROGRAM FILES\COMMON FILES\VST3\PD303.VST3
└───Contents
├───MacOS
├───Resources
└───x86_64-win

On Windows pluginval attempts to load not only the Windows binary in 'x86_64-win' folder, but also the binary in the 'MacOS' folder. Which asserts pluginval and displays an error.

The correct behavior on Windows is for pluginval to ignore any files in the 'MacOS' sub-folder.

@drowaudio
Copy link
Contributor

I think this is probably a juce problem as it uses the juce plugin loading. Have you tried it with the juce audio plugin host demo?

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