SeekMIDIPosition (int position)
Seeks the currently playing MIDI file to midi beat number POSITION. If
the current track is not a MIDI track, has no effect.
Example:
SeekMIDIPosition(60);
will play the current midi from beat number 60.
See Also: GetMIDIPosition
|