track.h
void readEvent(MidiEvent *ev)
Reads the event at the iterator position, and puts it on the structure pointed to by ev.
Definition track.cpp:183
int currentMs(double ms)
Returns the current millisecond which the iterator is at.
Definition track.cpp:167
int ticksPassed(ulong ticks)
Makes the iterator advance the given number of ticks.
Definition track.cpp:139
int msPassed(ulong ms)
Makes the iterator advance the given number of milliseconds.
Definition track.cpp:151
double absMsOfNextEvent(void)
Returns the absolute number of milliseconds of the next event.
Definition track.h:212