User manual

Automation Protocol Audio Commands
Miranda Technologies Ltd Page 177
Note: For Imagestore 300[+], Imagestore HD-TV and Imagestore 750
this command has different usage.
For Imagestore 300[+], Imagestore HD-TV and Imagestore 750, this
command is used to cut both voice-over 1 and voice-over 2 to or from
silence, with parameter 1 determining the number of the voice-over to be
faded, as follows:
CMD Function Param_1 Param_2
j4 %01x
Transition
%01x
Voice-over
%01x
To/From Silence
j4 6 1 or 2 0 or 1
void VO1Cut(int Destination);
{
remote_send("j461%01x", Destination);
}
void VO2Cut(int Destination);
{
remote_send("j462%01x", Destination);
}
Cut Voice-over 2 j47
As for voice-over 1.
CMD Function Param_1 Param_2
j4 %01x
Transition
%01x
Pair
%01x
To/From Silence
j4 7 1 or 2 0 or 1
void VO2Cut(int Pair, int Destination);
{
remote_send("j47%01x%01x", Pair, Destination);
}