Compiler errors with latest Juce develop branch

If I have JucePlugin_PreferredChannelConfigurations defined, compilation of VST2 and VST3 plugin fails in Visual Studio with the latest Juce develop branch commits.

edit : more precisely, the define I have is :

#define JucePlugin_PreferredChannelConfigurations  {8,8},{2,2},{2,4}

I’ll get that fixed. Thanks for reporting.

1 Like