Hi,
I’m testing a VST3 in the AudioPluginHost, which is a really helpful tool btw.
I’m using a fixed channel config of {1,2}, {2,2}.
The plugin loads just fine with {1,2} but right clicking on ‘Configure Audio I/O’ asserts with the following:
// VST3 <-> JUCE layout conversion error: report this bug to the JUCE forum
jassert (channelType >= 33);
in getChannelType() in juce_VST3Common.h line 276.
Hope this helps.
Best,
Milan

