alCSeqNextEvent.3p 778 Bytes
.TH alCSeqNextEvent 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSeqNextEvent \- returns the next MIDI event from the 
compressed MIDI sequence

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void  *alCSeqNextEvent(ALCSeq *seq, ALEvent *evt);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the sequence to get the event from. 
.TP 10
.I evt
pointer to an event structure to copy next event into.

.SH DESCRIPTION
alCSeqNextEvent copies the next MIDI event 
into the structure pointed to by evt. Repeatedly calling this function 
will step through the sequence.
.PP
Note: If you are using the Compressed MIDI Sequence Player, you will not 
need to call this function. The Sequence Player will do it for you.

.SH SEE ALSO
.IR alCSeqNew (3P),