User manual
Automation Protocol Audio Commands (old)
Miranda Technologies Ltd Page 78
This command sets the proportion of each input passed in a stereo input or
the position of a mono input into a stereo mix. This takes an input and a pan
value.
Set Mix d
Note: This command is largely deprecated.
This command sets one or more contributions to a given mix. All inputs that
are not explicitly mentioned in the command are unchanged. At least one
mix_block must follow the matrix output value.
Example:
void SetMix(UINT8 byOutPath, UINT8 byInPath,
UINT8 byGain, UINT8 byDuration)
{
remote_send("d%c%c%02x%02x", byOutPath+0x20,
byInPath+0x20, byGain, byDuration);
}
Set Mix Mode e
Note: This command is largely deprecated.
This command sets the mode of a mix matrix output to either mono or stereo.
The parameters are the output and the mode.
Set Output Patch f
Note: This command is largely deprecated.
This command selects which signal is patched to a given patch panel output.
One source may feed many outputs. A separate parameter is used to say if the
value is an input to the matrix or an output from it.
Example:
void SetOutputPatch(UINT8 byOutPathNo,
UINT8 byInPathNo,
UINT8 byPatchSource)
{
remote_send("f%c%c%c", byOutPathNo+0x20,