alSeqpSetBank.3p 681 Bytes
.TH alSeqpSetBank 3P local "Silicon Graphics, Inc."

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

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alSeqpSetBank(ALSeqPlayer *seqp, ALBank *b);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the sequence player. 
.TP
.I b
pointer to the instrument bank to use.
.SH DESCRIPTION 
alSeqpSetBank 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
.I alBnkfNew
before being used by alSeqpSetBank.

.SH SEE ALSO 
.IR alBnkfNew (3P),
.IR alSeqPlayer (3P)