User manual
Automation Protocol Audio Commands
Miranda Technologies Ltd Page 189
Example
void Set_FX_Send(bool Enable, int SendMode,
int ReturnPair, float SendGain)
{
remote_send("j8%01x%02x%02x%02x", Enable,
SendMode, ReturnPair, SendGain);
}
Audio Data Path Setup j9
Specifies that a particular audio pair contains a data-stream rather than simple
PCM audio data. This is used to enable a data ‘pass-through’ for systems
such as Dolby E and Dolby Digital. When using this, the audio data is
guaranteed to be passed unmodified, and cuts rather than fades are applied to
the data values.
CMD Param_1 Param_2 Param_3
j9 %1x Enable:
0 = Data path disable
1 = Data path enabled
%02x
Input data Pair
%02x
Output data Pair