I’m experiencing some channel swapping with hanglooseconvolver on 7.1 in out config. The plugin itself shows the right channels being processed and routed but the wires coming from the plugin are in the wrong order. Im using this for a multichannel stereo active setup and this is kinda dangerous is there any way to fix this?
I’ve never used a VST with 7.1 output. Is there supposed to be some standard order of the output pins?
As long as the plugin is consistent about which pins it outputs to, I’m not sure why it matters. As long as you know what’s where you should be able to route them any way you want in GP.
I think I ran into a similar issue when I was developing a juce plugin. The internal buffer channels don’t have the same order as they have in the host (I expect it won’t be a GP-only issue). In the end, I implemented a map to remap the channels internally in the plugin.
I will check again whether I’m correct on this. It will not solve your problem, but it could explain it.
Hey sorry for the late reply. I did some tests today and it is as you said: the 7.1 order of output channels is 01236745. Definitely weird but i solved it by setting a mixer to route it back in order.
So i guess its kinda solved