User manual
Automation Protocol Audio Commands
Miranda Technologies Ltd Page 172
Note: For Imagestore 300[+] and Imagestore HD-TV this command
has different usage since it is used to fade all channels in voice-
over 1. It should therefore be named ‘Fade Voice-over 1’.
Fade Voice-over 1 Pair 2 j33
CMD Function Param_1
j3 %01x
Transition
%03x
Duration in fields
j3 3 0 to 600 (0x000 to 0x258)
void SetVO2Rate(int fields);
{
remote_send("j33%03x", fields);
}
Note: For Imagestore 300[+], Imagestore HD-TV and Imagestore 750
this command has different usage since it is used to fade all
channels in voice-over 2. It should therefore be named ‘Fade
Voice-over 2’.
Fade Voice-over 2 Pair 1 j34
CMD Function Param_1
j3 %01x
Transition
%03x
Duration in fields
j3 4 0 to 600 (0x000 to 0x258)
void SetVO1Rate(int fields);
{
remote_send("j34%03x", fields);
}
Note: For Imagestore 300[+], Imagestore HD-TV and Imagestore 750
this command is unsupported.