Converts from MIDI clock ticks to seconds
#include <libaudio.h> /* libaudio.h */ f32 alCSeqTicksToSec(ALCSeq *seq, s32 ticks, u32 tempo);
MIDI sequences represent time in clock ticks relative to some tempo. The alCSeqTicksToSec call converts these clock ticks to seconds. It does not take into account the tempo changes listed in the sequence.
1999/04/30 Changed Format