116
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Audio SEND_COMMANDs (Cont.)
?AUDMIC_GATING
Requests the setting of gating of a microphone.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_GATING’”
Example:
SEND_COMMAND MICROPHONE_1, “’?AUDMIC_GATING’”
Returns a COMMAND string of the form:
AUDMIC_GATING-<setting>
AUDMIC_GATING
Sets the setting of gating of the microphone port addressed by the D:P:S to <option>.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_GATING-<setting>’”
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_GATING-low’”
Sets the gating for the microphone port (#1 based on D:P:S) to low.
?AUDMIC_GATING_ATTACK
Requests the duration of the attack phase while gating from the microphone port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_GATING_ATTACK’”
Example:
SEND_COMMAND MIC_1, “’?AUDMIC_GATING_ATTACK’”
Returns a string of the form:
AUDMIC_GATING_ATTACK=<value>
AUDMIC_GATING_ATTACK
Sets the duration of the attack phase while gating from the microphone port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_GATING_ATTACK-<attack>’”
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_GATING_ATTACK-200’”
Sets the gating attack for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_GATING_DEPTH
Requests the depth setting while gating from the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_GATING_DEPTH’”
Example:
SEND_COMMAND MIC_1, “’?AUDMIC_GATING_DEPTH’”
Returns a string of the form:
AUDMIC_GATING_DEPTH=<value>
AUDMIC_GATING_DEPTH
Sets the depth while gating from the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_GATING_DEPTH-<depth>’”
Variable:
depth = 0 to 20
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_GATING_DEPTH-8’”
Sets the gating depth for the microphone port (#1 based on the D:P:S) to 8.
?AUDMIC_GATING_HOLD
Requests the hold setting while gating from the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDMIC_GATING_HOLD’”
Example:
SEND_COMMAND MIC_1, “’?AUDMIC_GATING_HOLD’”
Returns a string of the form:
AUDMIC_GATING_HOLD=<value>
AUDMIC_GATING_HOLD
Sets the duration of the hold phase while gating for the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDMIC_GATING_HOLD-<hold>’”
Variable:
hold = 0 to 2000
Example:
SEND_COMMAND MICROPHONE_1, “’AUDMIC_GATING_HOLD-200’”
Sets the gating hold for the microphone port (#1 based on the D:P:S) to 200.