MIXGetFader

C Specification

#include <revolution.h>
#include <revolution/mix.h>
int MIXGetFader(AXVPB *p);

Arguments

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

Return Values

Returns the current setting of the fader control in 0.1 dB increments (1 = 0.1 dB) for the specified voice.

Description

The MIXGetFader function obtains the current fader control setting for the specified voice.

See Also

MIXSetFader

Revision History

2006/03/01 Initial version.


CONFIDENTIAL