Issues with surround channel layouts in latest Logic (10.5.1)

Have you tested the Juce surround demo plugin to see if it works there?

I can get a full surround format to come through with:
if(layouts.getMainInputChannelSet() == AudioChannelSet::create7point1() && layouts.getMainOutputChannelSet() == AudioChannelSet::create7point1()) return true;

I have had issues with surround channel ordering in Logic since the 10.5 update though, so there are some concerns, my issues here.

We need some assistance from the Juce team on this I think.

1 Like