115
NO Command Syntax Example
93 ?AUDOUT_DUCK_HOLD
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_DUCK_HOLD'"
Return:
AUDOUT_DUCK_HOLD-<value>
Description:
Requests the duration of the hold
phase while ducking for the output
port addressed by the D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_DUCK_HOLD
’”
Return:
AUDOUT_DUCK_HOLD-20
94 AUDOUT_DUCK_LEVEL
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_DUCK_LEVEL-<value>'"
Return:
AUDOUT_DUCK_LEVEL-<value>
Description:
Sets the level while ducking for the
output port addressed by the D:P:S.
Variables:
value={0-20}
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_DUCK_LEVEL-
20’”
Return:
AUDOUT_DUCK_LEVEL-20
95 ?AUDOUT_DUCK_LEVEL
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_DUCK_LEVEL'"
Return:
AUDOUT_DUCK_LEVEL-<value>
Description:
Requests the level while ducking for
the output port addressed by the
D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_DUCK_LEVEL
’”
Return:
AUDOUT_DUCK_LEVEL-20
96 AUDOUT_DUCK_RELEASE
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_DUCK_RELEASE-<value>
'"
Return:
AUDOUT_DUCK_RELEASE-<value>
Description:
Sets the duration of the release
phase while ducking from the
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_DUCK_RELEAS
E-20’”
Return:
AUDOUT_DUCK_RELEASE-20