I’m building a number of VST3 plugins that are designed to work together, and I would like to ensure that the versions of the individual plugins always match.
Is there a way to bundle multiple VST3 plugins in a single binary with JUCE? E.g. a Waves style shell plugin?
The “multiple plugins in a single binary” is an official feature of VST3, but yeah, it’s not supported by Juce…(The MDA plugins in the Steinberg SDK is an example of that in action.)