Redefine PLUG_CHANNEL_IO

Congrats :slight_smile: !
I donā€™t think that this PR was already merged because itā€™s still open. Oli mentioned that he wanted to test some moreā€¦

1 Like

Hello again, I conducted tests and I have found the following:

When I choose the IO routes like this:

Screenshot 2022-03-15 at 19.49.14

Thereā€™s the unprocessed sound going through to the outputs, bypassing the plugin.

When instead I choose the routes like this:

Screenshot 2022-03-15 at 19.56.06

Then the sound is actually processed.

The IO config:

AU,VST3

#define PLUG_CHANNEL_IO "\ 
2-2 \ 
2.2-2"

Does anyone know why it could behave this way?

Also, if I change the IO to this:

#define PLUG_CHANNEL_IO "\ 
1-1 \ 
1.1-1 \ 
1.2-1 \ 
1.2-2 \ 
2.1-1 \ 
2.1-2 \ 
2-2 \ 
2.2-2"

Then all the routes are marked as Sidechain.

Screenshot 2022-03-15 at 19.38.22

Does anyone have an idea what could be the reason for this?

P.S.
Also, this config for Reaper (only) works fine:

#define PLUG_CHANNEL_IO "\
1-1 \
1.1-1 \
1.2-1 \
2.1-2 \
2-2 \
2.2-2 \
4-4 \
4.1-4 \
4.2-4"

It seems that we are dealing with two issues.

Please stop @ting us