alSeqpSetChlPan, n_alSeqpSetChlPan
Sets the pan position for the given MIDI channel
#include <libaudio.h> /* libaudio.h */ void alSeqpSetChlPan( ALSeqPlayer *seqp, u8 chan, ALPan pan);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSeqpSetChlPan(N_ALSeqPlayer *seqp, u8 chan, ALPan pan);
alSeqpSetChlPan 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.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
alSeqpGetChlPan, alSeqpSendMidi, alSeqPlayer
1999/04/30 Changed Format