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