120
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Audio SEND_COMMANDs (Cont.)
AUDOUT_DUCK_ATTACK
Sets the duration of the attack phase while ducking for the output port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_DUCK_ATTACK-<attack>’”
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’AUDOUT_DUCK_ATTACK-200’”
Sets the ducking attack for the output port (#1 based on the D:P:S) to 200.
AUDOUT_DUCK_HOLD
Sets the duration of the hold phase while ducking for the output port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_DUCK_HOLD-<hold>’”
Variable:
hold = 0 to 2000
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’AUDOUT_DUCK_HOLD-200’”
Sets the ducking hold for the output port (#1 based on the D:P:S) to 200.
AUDOUT_DUCK_LEVEL
Sets the level while ducking for the output port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_DUCK_LEVEL-<level>’”
Variable:
level = 0 to 20
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’AUDOUT_DUCK_LEVEL-4’”
Sets the ducking level for the output port (#1 based on the D:P:S) to 4.
AUDOUT_DUCK_RELEASE
Sets the duration of the release phase while ducking from the output port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_DUCK_RELEASE-<release>’”
Variable:
release = 10 to 5000
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’AUDOUT_DUCK_RELEASE-200’”
Sets the ducking release for the output port (#1 based on the D:P:S) to 200.
?AUDOUT_DUCK_THRESH
Requests the current ducking thresholds of both microphone ports for the audio port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDOUT_DUCK_THRESH’”
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’?AUDOUT_DUCK_THRESH’”
Returns a COMMAND string of the form:
AUDOUT_DUCK_THRESH-<mic1_thresh>,<mic2_thresh>
AUDOUT_DUCK_THRESH
Individually sets the ducking thresholds of both microphone ports for the audio port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_DUCK_THRESH-<mic1_thresh>’”
Variables:
mic1_thresh = -60 to 0
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’AUDOUT_DUCK_THRESH--12’”
Sets the two microphone thresholds for the audio output port (#1 based on D:P:S) to -12.
?AUDOUT_DUCKING
Requests the current setting of ducking for the audio port addressed by the D:P:S.:
Syntax:
SEND_COMMAND <DEV>, “’?AUDOUT_DUCKING’”
Example:
SEND_COMMAND AUDIO_OUTPUT_1, “’?AUDOUT_DUCKING’”
Returns a COMMAND string of the form:
AUDOUT_DUCKING-<setting>