User manual

Automation Protocol AB Mixer Commands
Miranda Technologies Ltd Page 110
CMD Param_1 Param_2
UE Mixer Source
Example 1:
void SelectMixer(int Mixer, int Source)
{
remote_send("UE%1x %1x", Mixer, Source);
}
The command UE alternatively responds with the current source for the
mixer if no source is specified.
CMD Param_1
UE Mixer
Example 2:
void GetMixer(int Mixer)
{
remote_send("UE%1x", Mixer);
}
The information returned is:
Format Field Description
%c%c Cmd UE
%1x Mixer Mixer selector
%1x Source Current source
Enquire Mix Mode Ua
This command returns the status of various mix parameters, such as transition
type, mix rate, wipe softness, current mix angle and v-fade colour.
CMD
Ua