MIXAdjustPan

C Specification

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

Arguments

p Specifies pointer to the AXVPB structure acquired from AX by the user.
pan Value to add to the current pan setting. This setting will be clamped to a value between 0 and 127.

Return Values

None.

Description

The MIXAdjustPan function adjusts the left and right pan for the specified voice.

See Also

MIXSetPan

Revision History

2006/03/01 Initial version.


CONFIDENTIAL