alCSPPlay.3p 768 Bytes
.TH alCSPPlay 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPPlay \- start the target sequence playing.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alCSPPlay(ALCSPlayer *seqp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player. 

.SH DESCRIPTION 
alCSPPlay causes the sequence player indicated by
.I seqp
to start its target sequence playing. The target sequence can be set by
calling
.B alCSPSetSeq.

.PP 
Before starting a sequence it is important to initialize the sequence with
.B alCSeqNew,
to initialize the bank with
.B alBnkfNew,
and to set the bank file with
.B alCSPSetBank.

.SH SEE ALSO 
alCSPSetBank(3P),
alCSPSetSeq(3P),
alCSeqNew(3P),
alBnkfNew(3P),
alCSPStop(3P),
alCSeqPlayer(3P)