Topic: Fireface UC ADM Remoting
Hi at all,
I use my RME Fireface UC for a university radio station. We use a broadcast automation, which supports adm and full remoting. Now we´ve the problem, that the RME interface doesn´t understand the commands of the broadcast software fully. For example: We´ve different input channels, where our microphones are plugged in and all these channels belong to an ASIO RME channel. Now I can set, that on unmuting these inputs hardware monitoring starts to a RME output channel, so that I can rebuild a perfect studio situation without having a mixer.
The problem is, that a few RME channels can´t be remoted, because RME switches on the wrong channel, for example. Now my question is, if it is possible to say me, which values RME need so that I can give this to the programmer of the broadcast software?
Til now this software sends values in the following pattern to the interface:
struct ASIOInputMonitor
{
long input;
long output;
long gain;
ASIOBool state;
long pan;
};
One example, when the first input channel ADM is routed to the first output channel, looks like this:
input = 0
output = 0
gain = 0x20000000
state = True
pan = 0x20000000
Are these values correct? Please have a look at! Thanks! If you want to, I can give you direct contact to the programmer.