User manual
Automation Protocol Audio Commands
Miranda Technologies Ltd Page 169
Duck Preset j2 0
This sets the attenuation of the background audio when the voice-over is on.
CMD Voice-
over
Function Param_1 Param_2 Param_3
j2 %01x
Voice-
over
%01x
Duck Preset
%01x
Channel/Pair
/Group
%01x
Channel
%02x
Duck
Level
j2 1 or 2 0 1, 2 or 4 0,1,2 or 3 dbVal
void SetDuck(int VO, int ChannelPairGroup,
int Channel, float Duck);
{
remote_send("j2%01x0%01x%01x%02x ", VO,
ChannelPairGroup, Channel,
dBval(Duck));
}
Voice-over Preset j2 1
This sets the level of the voice-over audio when the voice-over is on.
CMD Voice-over Function Param_1 Param_2 Param_3
j2 %01x
Voice-over
%01x
Voice
Preset
%01x
Channel/Pair/Group
%01x
Channel
%02x
Voice
Level
j2 1 or 2 1 1, 2 or 4 0,1,2 or 3 dBval
void SetDuck(int VO, int ChannelPairGroup,
int Channel, int Float);
{
remote_send("j2%01x1%01x%01x%02x ", VO,
ChannelPairGroup, Channel,
dBval(Voice));
}