Hi Arne,
we’re in the process of adding support for multiple output buses in our VST3 adapter. What significance does BusInfo.BusType hold for output buses? In the BusTypes enum, the comment for kAux says “auxiliary bus (sidechain)”, does that mean that this is only relevant for inputs and output buses are always kMain?
For the specific application, our plugin will have a Stereo Main (mix) out and several individual outputs, so at first glance I’d intuitively use kMain for the former and kAux for the latter, but I’m not sure if this a) makes any difference and b) is the correct way?
Best,
Andreas