alCSPSetChlPan.3p 765 Bytes
.TH alCSPSetChlPan 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPSetChlPan \- set the pan position for the given MIDI channel.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void    alCSPSetChlPan(ALCSPlayer *seqp, u8 chan, ALPan pan);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to compressed MIDI sequence player. 
.TP
.B chan
the target (0 based) MIDI channel.
.TP
.B pan
the pan (balance) position for the MIDI channel.
.SH DESCRIPTION
alCSPSetChlPan 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 
alCSPGetChlPan(3P),
alCSPSendMidi(3P),
alCSeqPlayer(3P)