djb-2
March 9, 2026, 8:54pm
6
Bump….
Was this ever resolved? I’d love to see functionality in JUCE that would disable channel re-ordering and keep the channel order the same as received / sent to the host.
For completeness, some related requests/posts on channel ordering:
Hi,
I’ve been working on some level meters for my GUIs and I’ve come across an issue where JUCE loses the order of the channels being passed in to the AudioChannelSet class, though the audio is routed through correctly.
For example:
If I open my plugin in 7.1.4 in Nuendo 12, Nuendo creates a track with the following channel order
L R C LFE Ls Rs Sl Sr Tfl Tfr Trl Trr
where Ls/Rs are the rear surrounds and Sl/Sr are the side surrounds (Nuendo’s naming scheme)
JUCE’s channel sets tells me th…
I partially agree with you. Because I believe REAPER could do it in a way that would not lead to this conflit.
However these cases are a bit gray in term of VST3, because I do not think it would have been a multichannel format that would make sense here, maybe that why REAPER is ignoring the channels that it is passing to VST3 plugin.
Isn’t there a way to add a workaround here? What I did is replace the discrete0 with something that is between LFE2 (it is the one before that mono channel) and …
1 Like