I am trying to write some software to read a MIDI file into an internal data format and use it to control 3D simulated instruments. My biggest problem is reading MIDI data from a file, and I would like not to write all the import code.
Does anyone know of a free (preferably Open Source), cross-platform library for reading MIDI files? What features does it have? Can it import other music formats based on notes?
source share