User manual

Automation Protocol Easyplay Commands
Miranda Technologies Ltd Page 127
Easyplay Commands
This set of commands is only available if the unit has the Easysound audio
mixer and Easyplay options installed.
Load Audio Clip k0
Loads an audio clip in preparation for playout.
CMD Param_0 Param_2
k0 %01x Layer No. %s Audio file name
The following layers are supported:
0: Audio store 1, associated with DSK1
1: Audio store 2, associated with DSK2
For Imagestore 750 a further two layers are supported:
2: Audio store 3, associated with DSK 3
3: Audio store 4, associated with DSK 4
Please see page 269 for per-product layer descriptions
Example:
void load_audio(char * filename, int layer)
{
char temp[100];
put_remote_str(filename, temp);
remote_send("k0%1x%s", layer, temp);
}
Start Playout k1
Start playout of an audio clip
CMD Param_1
k1 %1x Layer No.
Please note that only one Easysound layer can play at a time since a single
voice-over is shared between layers.