alCSPDelete.3p 639 Bytes
.TH alCSPDelete 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPDelete \- deallocate a MIDI sequence player.

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

.SH DESCRIPTION
alCSPDelete removes the compressed MIDI seqplayer from the synthesis driver.  
You must first call
.B alCSPStop
and make sure that there are no playing voices before calling this
routine. alCSPDelete does not free any memory.

.SH SEE ALSO 
alCSPNew(3P),
alCSPStop(3P),
alCSeqPlayer(3P)