User manual
Automation Protocol Audio Commands
Miranda Technologies Ltd Page 164
CMD Input Function Param_1 Param_2 Param_3
j0 %01x
Input
%01x
Level
%01x
Channel/Pair/Group
%01x
Channel
%02x
Level
j0 1, 2 or 3 4 1, 2 or 4 0, 1, 2 or 3 dbVal
void SetInputLevel(int Input,
int ChannelPairGroup,
int Channel, float Level);
{
remote_send("j0%01x4%01x%01x%02x", Input,
ChannelPairGroup, Channel,
dbVal(Level));
}
Input Source j0 5
The A/BGND input and the B/Voice-over 2 input have the ability to pick
audio from either the incoming AES streams or the audio embedded with the
video inputs.
Parameter 2, the source, is represented in this table:
Physical
Audio Source
Source
Number
Group 1 0
Group 2 2
Group 3 4
Group 4 6
AES 8
CMD Input Function Param_1 Param_2
j0 %01x
Input
%01x
Source
%01x
Pair
%01x
Source
1, 2 or 3 5 1 or 2 0, 2, 4, 6 or 8