al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
alSeqpSetChlPanFormat#include <libaudio.h> void alSeqpSetChlPan(ALSeqPlayer *seqp, u8 chan, ALPan pan); Arguments
It sets the pan position for the given MIDI channel. A value of 0 is hard left, 64 is center, and 127 is hard right. Subsequent pan controllers (Cntrl 10) in the sequence will override the effect of this call. See Also alSeqpGetChlPan alSeqpSendMidi alSeqPlayer
|