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