Okay… It appears that the AudioBuffer is sorted in the AAX wrapper to match the JUCE order:
0
2
1
7
3
4
5
6
8
9
So I guess I have to re-order the meter and channels in the UI to display them in the expected AAX order… but it would help if there were some methods in the AudioChannelSet class to get the native channel order.
Rail
