User manual

Automation Protocol Audio Commands
Miranda Technologies Ltd Page 176
void VO2Fade(int Destination);
{
remote_send("j442%01x", Destination);
}
Fade Voice-over 2 From/To Silence j45
As for voice-over 1.
CMD Function Param_1 Param_2
j4 %01x
Transition
%01x
Pair
%01x
To/From Silence
j4 5 1 or 2 0 or 1
void VO2Fade(int Pair, int Destination);
{
remote_send("j45%01x%01x", Pair, Destination);
}
Note: For Imagestore 300[+], Imagestore HD-TV and Imagestore 750
this command is unsupported. Both VO1 and VO2 are faded
using the “j4 4” command.
Cut Voice-over 1 j46
Cuts voice-over one up and down. Voice-over pairs can be controlled
independently so a ‘pairs’ parameter is provided. Parameter 2 dictates the
destination of the transition, 0 to cut the voice-over down and 1 to cut the
voice-over up.
CMD Function Param_1 Param_2
j4 %01x
Transition
%01x
Pair
%01x
To/From Silence
j4 6 1 or 2 0 or 1
void VO1Cut(int Pair, int Destination);
{
remote_send("j46%01x%01x", Pair, Destination);
}