play_looped_midi
Starts playing a MIDI file with a user-defined loop position.
Description
Starts playing a MIDI file with a user-defined loop position. When the
player reaches the loop end position or the end of the file (loop_end may
be -1 to only loop at EOF), it will wind back to the loop start point.
Both positions are specified in the same beat number format as the
midi_pos variable.
The return value has the same meaning as that of play_midi(): non-zero if
an error occurs, zero otherwise.
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: