jvcleave / ofxThreadedMidiPlayer

Threaded Midi File Player for openFrameworks
24 stars 9 forks source link

ofxThreadedMidiPlayer

Plays a midi file from disk in openFrameworks 0.9.3.

The example project has everything setup for XCode.

What's new?

Updated by Roy J. Macdonald

THANKS/REFERENCES

Uses jdksmidi awesome library to read and parse midi files
https://github.com/jdkoftinoff/jdksmidi

Thanks to https://github.com/gmarco/qthesia for example of parsing jdksmidi messages
Nice writeup on setting up a virtual midi port on a Mac (works well with GarageBand)
http://fox-gieg.com/tutorials/2007/inter-application-midi/

Uses RtMidi (included in ofxMidi) to send data to MIDI ports https://github.com/chrisoshea/ofxMidi