User manual
Automation Protocol Audio Commands
Miranda Technologies Ltd Page 173
Fade Voice-over 2 Pair 2 j35
CMD Function Param_1
j3 %01x
Transition
%03x
Duration in fields
j3 5 0 to 600 (0x000 to 0x258)
void SetVO2Rate(int fields);
{
remote_send("j35%03x", fields);
}
Note: For Imagestore 300[+], Imagestore HD-TV and Imagestore 750
this command is unsupported.
Transitions j4
The Easysound can perform many automatic transitions. Cutting and fading
mixes, voice-overs and output levels.
Cut A/B j40
When in A/B mix mode, cuts between the A and B audio. If the destination is
A then Param_1 takes the value of 0. If the destination is B then Param_1
should be 1.
CMD Function Param_1
j4 %01x
Transition
%01x
Destination A/B
j4 0 0 or 1
void ABCut(int Destination);
{
remote_send("j40%01x", Destination);
}