alSeqpSetChlPan.3p
777 Bytes
.TH alSeqpSetChlPan 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alSeqpSetChlPan \- set the pan position for the given MIDI channel.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alSeqpSetChlPan(ALSeqPlayer *seqp, u8 chan, ALPan pan);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to a MIDI sequence player.
.TP
.I chan
the target (0 based) MIDI channel.
.TP
.I pan
the pan (balance) position for the MIDI channel.
.SH DESCRIPTION
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.
.SH SEE ALSO
.IR alSeqpGetChlPan (3P),
.IR alSeqpSendMidi (3P),
.IR alSeqPlayer (3P)