MIXAuxAIsPostFader

C Specification

#include <revolution.h>
#include <revolution/mix.h>
BOOL MIXAuxAIsPostFader(AXVPB *p);

Arguments

p Specifies pointer to the AXVPB structure acquired from AX by the user.

Return Values

Returns TRUE if the Aux B control is in post fader mode and FALSE if otherwise.

Description

The MIXAuxAIsPostFader function obtains the current fader mode of the Aux A send control for the specified voice.

See Also

MIXAuxBIsPostFader, MIXAuxCIsPostFader

Revision History

03/01/2006 Initial version.