User manual

Automation Protocol Audio Commands
Miranda Technologies Ltd Page 161
If Channel/Pair/Group is given a value of 4, then the whole group (4
channels) is affected and the Channel Number parameter is ignored.
Shuffle j0 0
The shuffle values allow mono input channels to be moved around within a
group. In this way pair swaps can be achieved. Each output channel can take
its input from any one of the input channels. Each input can be copied to
multiple output channels.
CMD Input Function Param_1 Param_2
j0 %01x
Input
%01x
Shuffle
%01x
Channel In
%01x
Channel Out
j0 1,2 or 3 0 0,1,2 or 3 0,1,2 or 3
void SetInputShuffle(int Input, int ChannelIn,
int ChannelOut);
{
remote_send("j0%01x0%01x%01x", Input,
ChannelIn, ChannelOut);
}