#include <revolution.h>
#include <revolution/mix.h>
BOOL MIXAuxCIsPostFader(AXVPB *p);
p |
Specifies pointer to the AXVPB structure acquired from AX by the user. |
Returns TRUE if the Aux C control is in post fader mode and FALSE if otherwise.
The MIXAuxCIsPostFader function obtains the current fader mode of the Aux C send control for the specified voice.
MIXAuxAIsPostFader, MIXAuxBIsPostFader
03/01/2006 Initial version.