Converts from seconds to MIDI clock ticks
#include <libaudio.h> /* libaudio.h */ u32 alCSeqSecToTicks(ALCSeq *seq, float sec, u32 tempo);
MIDI sequences represent time in clock ticks relative to some tempo. alCSeqSecToTickst converts from seconds to clock ticks. This function does not take into account the tempo changes listed in the sequence.
1999/04/30 Changed Format