Programming
87
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
AUDMIC_GATING_HOLD
Sets the duration of the hold phase while gating for the specified microphone port.
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.
?AUDMIC_GATING_RELEASE
Requests the duration of the release phase while gating from the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GATING_RELEASE'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_GATING_RELEASE'"
Returns a string of the form:
?AUDMIC_GATING_RELEASE=<value>
AUDMIC_GATING_RELEASE
Sets the duration of the release phase while gating from the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_GATING_RELEASE-<release>'"
Variable:
release = 10 to 5000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_GATING_RELEASE-200'"
Sets the gating release for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_GATING_THRESH
Requests the threshold setting while gating from the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GATING_THRESH'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_GATING_THRESH'"
Returns a string of the form:
?AUDMIC_GATING_THRESH=<value>
AUDMIC_GATING_THRESH
Sets the gating threshold for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_GATING_THRESH-<thresh>'"
Variable:
thresh = 0 to -60
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_GATING_THRESH--20'"
Sets the gating threshold for the microphone port (#1 based on the D:P:S) to -20.
?AUDMIC_LIMITER
Requests the limiter setting for a specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_LIMITER'"
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_LIMITER'"
Returns a COMMAND string of the form:
AUDMIC_LIMITER-<setting>
AUDMIC_LIMITER
Turns on or turns off the limiter function on the specified microphone.
Syntax:
SEND_COMMAND <DEV>,"'AUDMIC_LIMITER-<setting>'"
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND MIC_1,"'AUDMIC_LIMITER-off'"
Turns off the limiter for the microphone port (#1 based on D:P:S).
?AUDMIC_LIMITER_ATTACK
Requests the duration of the attack phase while limiting from the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_LIMITER_ATTACK'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_LIMITER_ATTACK'"
Returns a string of the form:
?AUDMIC_LIMITER_ ATTACK=< value>
Continued
Audio SEND_COMMANDs