alCSeqGetTicks.3p 538 Bytes
.TH alCSeqGetTicks 3P local "Silicon Graphics, Inc." 

.SH NAME 
.upperok 
alCSeqGetTicks \- returns the number of MIDI clock ticks of the compressed
MIDI sequence location.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
s32	alCSeqGetTicks(ALCSeq *seq);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the compressed MIDI sequence. 

.SH DESCRIPTION
alCSeqGetTicks returns the MIDI clock tick count of the last MIDI event read
from the sequence using
.I alCSeqNextEvent.

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