alCSeqGetTicks (function)

Returns the number of MIDI clock ticks of the compressed MIDI sequence location

Syntax

#include <libaudio.h>     /* libaudio.h */
long alCSeqGetTicks(ALCSeq *seq);

Arguments

seq
Pointer to the compressed MIDI sequence

Description

alCSeqGetTicks returns the MIDI clock tick count of the last MIDI event read from the sequence by using the alCSeqNextEvent function.

See Also

alCSeqNextEvent

Revision History

1999/04/30 Changed Format