User manual

Automation Protocol Audio Commands
Miranda Technologies Ltd Page 178
Note: For Imagestore 300[+], Imagestore HD-TV and Imagestore 750
this command is unsupported. Both VO1 and VO2 are cut using
the “j4 6” command.
Audio Follow Video j5
Commands can be sent to the Easysound such that audio levels follow video
transitions.
Audio Follow Fade to Black j50
The main audio output level follows the output video ‘fade to black’ state. If
the program video is faded to black, the audio will fade to silence.
CMD Function Param_1
j5 %01x
Follow
%01x
On/Off
j5
0
1 or 0
void FollowFTB(int OnOff);
{
remote_send("j50%01x”, OnOff);
}
Audio Follow A/B j51
The audio from the A and B inputs follows the video from the A and B
inputs. If the video does a cross fade, V fade, cut etc. the audio follows.
CMD Function Param_1
j5 %01x
Follow
%01x
On/Off
j5
1
1 or 0
void FollowAB(int OnOff);
{
remote_send("j51%01x, OnOff);
}