index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
midifile.c
Age
Commit message (
Expand
)
Author
2014-04-10
midifile: Fix portability issue with malloc(0).
Simon Howard
2013-09-08
Merge from trunk.
Simon Howard
2013-06-19
Fix OPL MIDI playback on big endian systems (thanks GhostlyDeath).
Simon Howard
2010-09-10
Post-merge fixes: Created project for OPL library. Fixed OPL library to
James Haley
2010-04-30
Merge from trunk.
Simon Howard
2009-09-01
Loop songs (when appropriate)
Simon Howard
2009-08-30
Initial/basic MIDI track playback.
Simon Howard
2009-08-29
MIDI_OpenFile -> MIDI_LoadFile.
Simon Howard
2009-08-29
Rename MIDI_OpenFile to MIDI_LoadFile, remove unneeded structure
Simon Howard
2009-04-15
Parse MIDI events that reuse the event type from the previous event.
Simon Howard
2009-04-13
Extend MIDI file code to support reading multi-track files.
Simon Howard
2009-04-03
Show MIDI event types with string identifiers.
Simon Howard
2009-04-03
Fix up MIDI reading code; add test code.
Simon Howard
2009-03-29
Clean up error messages, minor bugs etc.
Simon Howard
2009-03-29
Parse SysEx, meta events
Simon Howard
2009-03-28
Initial MIDI file parsing code.
Simon Howard