Page 1 of 1

Error Switching DSP on and off

Posted: 07 Mar 2022 11:27
by Erris
Hello,

i'm trying to switch a dsp on and of via scheduling Command Control builder.
Mixer.png
I used the action: MIXER_OUTPUT_DSP_SET

The parameter is: [Live|]|DSP2|Bypass|off
settings.png
After pressing test i get this error.
Error.png
Someone a idea?

Re: Error Switching DSP on and off

Posted: 07 Mar 2022 12:43
by radio42
Yes, the command is incorrect.
The parameters should be eg.

Code: Select all

Live|DSP2|Bypass|Off
As written in the message, the mixer name does not match.

Re: Error Switching DSP on and off

Posted: 07 Mar 2022 20:04
by Erris
Thanks it works like a charm :)