User manual

Automation Protocol Audio Commands (old)
Miranda Technologies Ltd Page 79
byInPathNo+0x20, byPatchSource+0x20);
}
Set Output Gain g
Note: This command is largely deprecated.
This command sets the fade to silence fader associated with a patch panel
output. The duration value sets the number of frames over which the action is
to take place.
Example:
void SetOutputGain(UINT8 byPathNo, UINT8 byGain,
UINT8 byDuration)
{
remote_send("g%c%02x%02x", byPathNo+0x20,
byGain, byDuration);
}
Set Embedded Output h
Note: This command is largely deprecated.
This sets which groups the audio outputs are embedded into. The AES output
is always available and need not be explicitly as it must be when setting the
mode of an input.