alCSPGetSeq.3p
525 Bytes
.TH alCSPGetSeq 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alCSPGetSeq \- returns the sequence currently assigned to the compressed
MIDI sequence player.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
ALSeq *alCSPGetSeq(ALCSPlayer *seqp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player.
.SH DESCRIPTION
alCSPGetSeq returns a pointer to the current sequence. If there is no
current sequence, it returns 0.
.SH SEE ALSO
alCSPSetSeq(3P),
alCSeqPlayer(3P)