User manual

Automation Protocol Video Commands
Miranda Technologies Ltd Page 67
Enable Audio Tallies Y8
This command enables or disables unsolicited audio tallies for the
serial/network port on which the command was received.
CMD Param_1
Y8 1=Enable, 0=Disable
Example:
void EnableAudioTallies(bool Enable)
{
remote_send("Y8%d", Enable);
}
Note: Audio tallies may also be enabled via the Set Passive Mode (Ya)
command (page 247).
Once enabled for a particular port, information regarding the current audio
status is broadcast whenever audio state changes as follows:
CMD Param_1 Param_2 Param_3 Param_4
Y8 %1x
Audio AB Mix
Position
%1x
Audio Fade
to Silence
Position
%1x
Voice Over 1
Position
%1x
Voice Over 2
Position
Possible values for Audio AB Mix position are:
MIXER_AT_A 0
FADER_AT_B 1
FADER_INBETWEEN 2
Possible values for Audio Fade to Silence position are:
FADE_TO_SILENCE_ON 0
FADE_TO_SILENCE_OFF 1
FADE_TO_SILENCE_INBETWEEN 2