Max Aux outs in Cubase 8

Anyone know what the max Output busses Cubase 8.5 supports? I’m getting a crash while scanning my VST2 on Windows 10… and I had it set to

#ifndef  JucePlugin_MaxNumInputChannels
 #define JucePlugin_MaxNumInputChannels    2
#endif
#ifndef  JucePlugin_MaxNumOutputChannels
 #define JucePlugin_MaxNumOutputChannels   32
#endif
#ifndef  JucePlugin_PreferredChannelConfigurations
 #define JucePlugin_PreferredChannelConfigurations  {1, 32}, {2, 32}
#endif

which I suspect is the issue. I’m using JUCE 4.0

Cheers,

Rail

I just tested 8 and that worked… so will now test 16…