Hi folks,
after going from juce 8.0.8 to juce 8.0.10 i noticed that VST3 support is not working correctly anymore. After hours of testing i could break it down to the following steps to reproduce:
-
Create the project for one of the example plugins, lets say SurroundPlugin
-
In the projucer settings enable “Use Global AppConfig Header”
-
rebuild the example plugin
-
go to AudioPluginHost, delete the Plugin from the plugin list, if it was there and rescan
-
plugin appears correctly in the list, so try loading it
FAIL. Plugin cannot be loaded.
All that worked until juce 8.0.8.
Best,
Thomas
