alSeqGetTicks alSeqGetTicks (function)

Returns the number of MIDI clock ticks of the sequence location

Syntax

#include <libaudio.h>     /* libaudio.h */

s32 alSeqGetTicks(ALSeq *seq);

Arguments

seq
Pointer to the sequence

Description

alSeqGetTicks returns the MIDI clock tick count of the last MIDI event read from the sequence using alSeqNextEvent.

See Also

alSeqGetLoc, alSeqNextEvent

Revision History

1999/04/30 Changed Format