alSeqGetTicks.3p 516 Bytes
.TH alSeqGetTicks 3P local "Silicon Graphics, Inc."

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

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

.SH DESCRIPTION
alSeqGetTicks returns the MIDI clock tick count of the last MIDI event read
from the sequence using
.I alSeqNextEvent().
.SH SEE ALSO
.IR alSeqGetLoc (3P),
.IR alSeqNextEvent (3P)