alSeqpPlay.3p
566 Bytes
.TH alSeqpPlay 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alSeqpPlay \- start the target sequence playing.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alSeqpPlay(ALSeqPlayer *seqp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the sequence player.
.SH DESCRIPTION
alSeqpPlay causes the sequence player indicated by
.I seqp
to start its target sequence playing. The target sequence can be set by
calling
.I alSeqpSetSeq.
.SH SEE ALSO
.IR alSeqpSetBank (3P),
.IR alSeqpSetSeq (3P),
.IR alSeqpStop (3P),
.IR alSeqPlayer (3P)