User manual
Automation Protocol Audio Commands
Miranda Technologies Ltd Page 162
Mute j0 1
Channels, pairs or groups can be muted with one command.
CMD Input Function Param_1 Param_2 Param_3
j0 %01x
Input
%01x
Mute
%01x
Channel/
Pair/Grou
p
%01x
Channel
%01x
Mute On/Off
j0 1, 2 or 3 1 1, 2 or 4 0, 1, 2 or 3 0 =Mute On
1= Mute Off
void SetInputMute(int Input, int ChannelPairGroup,
int Channel, int MuteOnOff);
{
remote_send("j0%01x1%01x%01x%01x", Input,
ChannelPairGroup, Channel,
MuteOnOff);
}
Trim j0 2
Channels, pairs or groups can be trimmed with one command. The trim
allows individual channels to be boosted or attenuated by a range of –100dB
to +28dB. This is helpful for quiet audio sources. The adjustment of trim
occurs after the ‘input level’.
To enable ½ dB resolution of the level value, a range of 0 to 255 (0x00 to
0xFF) is used such that 0 gives a –100.0db attenuation, 255 gives a +28dB
gain, it follows therefore that a value of 199 (0xC7) is equivalent to 0dB.
Whilst the large range for trim adjustment exists, it is recommended that only
small values (-6dB to +6dB) are used.
CMD Input Function Param_1 Param_2 Param_3
j0 %01x
Input
%01x
Trim
%01x
Channel/Pair/Group
%01x
Channel
%02x
Trim
j0 1, 2 or 3 2 1, 2 or 4 0, 1, 2 or 3 dBVal