alCSPSetBank.3p 682 Bytes
.TH alCSPSetBank 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPSetBank \- specifies the instrument bank for the sequence player to use.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alCSPSetBank(ALCSPlayer *seqp, ALBank *b);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player. 
.TP
.B b
pointer to the instrument bank to use.
.SH DESCRIPTION 
alCSPSetBank specifies which 
.I ALBank
the sequence player should use when mapping MIDI notes to instruments.
The bank must be loaded into RAM and initialized with a call to
.B alBnkfNew
before being used by alCSPSetBank.

.SH SEE ALSO 
alBnkfNew(3P),
alCSeqPlayer(3P)