113
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Audio SEND_COMMANDs (Cont.)
?AUDMIC_COMPRESSION_
RELEASE
Requests the duration of the release phase while compressing for a microphone.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_COMPRESSION_RELEASE’”
Example:
SEND_COMMAND MIC_1, “’?AUDMIC_COMPRESSION_RELEASE’”
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-RELEASE-<release>
AUDMIC_COMPRESSION_
RELEASE
Sets the duration of the release phase while compressing for the microphone port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_COMPRESSION_RELEASE-<release>’”
Variable:
release = 1 to 5000
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_COMPRESSION_RELEASE-200’”
Sets the compression release for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_COMPRESSION_
THRESH
Requests the threshold while compressing for a microphone.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_COMPRESSION_THRESH’”
Example:
SEND_COMMAND MIC_1, “’?AUDMIC_COMPRESSION_THRESH’”
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-THRESH-<thresh>
AUDMIC_COMPRESSION_
THRESH
Sets the threshold while compressing for the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_COMPRESSION_THRESH-<thresh>’”
Variable:
thresh = 0 to -60
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_COMPRESSION_THRESH-
-20’”
Sets the compression threshold for the microphone port (#1 based on the D:P:S) to -20.
AUDMIC_DUCK_ATTACK
Sets the duration of the attack phase while ducking for the microphone port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_DUCK_ATTACK-<attack>’”
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_DUCK_ATTACK-200’”
Sets the ducking attack for the microphone port (#1 based on the D:P:S) to 200.
AUDMIC_DUCK_HOLD
Sets the duration of the hold phase while ducking for the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_DUCK_HOLD-<hold>’”
Variable:
hold = 0 to 2000
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_DUCK_HOLD-200’”
Sets the ducking hold for the microphone port (#1 based on the D:P:S) to 200.
AUDMIC_DUCK_LEVEL
Sets the level while ducking for the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_DUCK_LEVEL-<level>’”
Variable:
level = 0 to 20
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_DUCK_LEVEL-4’”
Sets the ducking level for the microphone port (#1 based on the D:P:S) to 4.