summaryrefslogtreecommitdiff
path: root/src/midifile.c
AgeCommit message (Expand)Author
2014-10-14Fix OPL MIDI tempo calculations.Simon Howard
2014-05-12opl: Handle negative time division values.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-10midifile: Fix portability issue with malloc(0).Simon Howard
2013-09-08Merge from trunk.Simon Howard
2013-06-19Fix OPL MIDI playback on big endian systems (thanks GhostlyDeath).Simon Howard
2010-09-10Post-merge fixes: Created project for OPL library. Fixed OPL library toJames Haley
2010-04-30Merge from trunk.Simon Howard
2009-09-01Loop songs (when appropriate)Simon Howard
2009-08-30Initial/basic MIDI track playback.Simon Howard
2009-08-29MIDI_OpenFile -> MIDI_LoadFile.Simon Howard
2009-08-29Rename MIDI_OpenFile to MIDI_LoadFile, remove unneeded structureSimon Howard
2009-04-15Parse MIDI events that reuse the event type from the previous event.Simon Howard
2009-04-13Extend MIDI file code to support reading multi-track files.Simon Howard
2009-04-03Show MIDI event types with string identifiers.Simon Howard
2009-04-03Fix up MIDI reading code; add test code.Simon Howard
2009-03-29Clean up error messages, minor bugs etc.Simon Howard
2009-03-29Parse SysEx, meta eventsSimon Howard
2009-03-28Initial MIDI file parsing code.Simon Howard