#include <revolution.h>
#include <revolution/mix.h>
void MIXAdjustFader(AXVPB *p, int dB);
p |
Specifies pointer to the AXVPB structure acquired from AX by the user. |
dB |
Value to set in 0.1 dB increments where 1 = 0.1 dB. |
None.
The MIXAdjustFader function adjusts the attenuation of the fader control for the specified voice.
03/01/2006 Initial version.