alSeqpDelete.3p 615 Bytes
.TH alSeqpDelete 3P local "Silicon Graphics, Inc."

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

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

.SH DESCRIPTION
alSeqpDelete signs out of the synthesis driver.  You must
first call
.I alSeqpStop
and make sure that there are no playing voices before calling this
routine. alSeqpDelete does not free any memory.
.SH SEE ALSO 
.IR alSeqpNew (3P),
.IR alSeqpStop (3P),
.IR alSeqPlayer (3P)