Returns the number of MIDI clock ticks of the compressed MIDI sequence location
#include <libaudio.h> /* libaudio.h */ long alCSeqGetTicks(ALCSeq *seq);
alCSeqGetTicks returns the MIDI clock tick count of the last MIDI event read from the sequence by using the alCSeqNextEvent function.
1999/04/30 Changed Format