Programming
88
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
AUDMIC_LIMITER_ATTACK
Sets the duration of the attack phase while limiting for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_LIMITER_ATTACK-<attack>'"
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_LIMITER_ATTACK-200'"
Sets the limiter attack for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_LIMITER_RELEASE
Requests the duration of the release phase while limiting from the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_LIMITER_RELEASE'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_LIMITER_RELEASE'"
Returns a string of the form:
?AUDMIC_LIMITER_ RELEASE=< release>
AUDMIC_LIMITER_RELEASE
Sets the duration of the release phase while limiting for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_LIMITER_RELEASE-<release>'"
Variable:
release = 10 to 5000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_LIMITER_RELEASE-200'"
Sets the limiter release for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_LIMITER_THRESH
Requests the duration of the threshold phase while limiting from the specified microphone
port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_LIMITER_THRESH'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_LIMITER_THRESH'"
Returns a string of the form:
?AUDMIC_LIMITER_ THRESH=< thresh>
AUDMIC_LIMITER_THRESH
Sets the limiter threshold for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_LIMITER_THRESH-<thresh>'"
Variable:
thresh = 0 to -60
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_LIMITER_THRESH--20'"
Sets the limiter threshold for the microphone port (#1 based on the D:P:S) to -20.
?AUDMIC_ON
Requests the status of the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_ON'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_ON'"
Returns a COMMAND string of the form:
AUDMIC_ON-<setting>
AUDMIC_ON
Enables or disables the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_ON-<setting>'"
Variable:
setting = on, off
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_ON-off'"
Disables the microphone port (#1 based on the D:P:S).
?AUDMIC_PHANTOM_PWR
Requests the phantom power setting for the specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_PHANTOM_PWR'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_PHANTOM_PWR'"
Returns a COMMAND string of the form:
AUDMIC_PHANTOM_PWR-<result>.
Continued
Audio SEND_COMMANDs