AudioFilePlayerPlugin
AudioFilePlayerPlugin copied to clipboard
Crash When Loading VST3 Into the JUCE 5.3 Plugin Host
Loading the VST2 version of this plugin seems to work fine in the JUCE 5.3 AudioPluginHost. The component version doesn't seem to even attempt to load. The VST3 version crashes the host, leading to the following assertion:
// The plugin NEEDS to provide a factory to be able to be called a VST3!
// Most likely you are trying to load a 32-bit VST3 from a 64-bit host
// or vice versa.
jassert (factory != nullptr);
return factory;
Thanks for the report!
Admittedly, this project is definitely old and in need of updating to the latest JUCE along with various touch-ups. I will try to find some time after my university semester is finished (April 17) to work on this.
If you need it sooner, I encourage you to fork, fix, and PR - the plugin is quite simple!