MIXAdjustAuxB

C Specification

#include <revolution.h>
#include <revolution/mix.h>
void MIXAdjustAuxB(AXVPB *p, int dB);

Arguments

p Specifies the 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.

Return Values

None.

Description

The MIXAdjustAuxB function adjusts the current setting of the Aux B control for the specified voice.

See Also

MIXAdjustAuxA, MIXAdjustAuxC

Revision History

03/01/2006 Initial version.