Congrats !
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:
Thereās the unprocessed sound going through to the outputs, bypassing the plugin.
When instead I choose the routes like this:
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.
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