midi.c
commitee993f2a950dd664c7a7c1cf9a7b72b47e6f0938
authorEvanR <evanrinehart@gmail.com>
Sun, 28 Feb 2010 00:33:38 +0000 (27 18:33 -0600)
committerEvanR <evanrinehart@gmail.com>
Sun, 28 Feb 2010 00:33:38 +0000 (27 18:33 -0600)
tree910e3354d24bee1d2349e827812e8bd4f697cc37
parentdce1657a5eb260d633ee7c8e39be95cc99a4452d
midi.c

It loads a basic midi file. But there are several missing pieces.

The error messages needs to be nicely formatted or reexamined.
Some of the meta event readers do not error check delta read commands.
Some of the meta event readers do not work at all.
LoopStart LoopEnd
skip_sys
tempo change might want to convert to BPM
list.c needs a sort function so that we can sort the events.
loader.c needs a binary i/o skip bytes method to skip meta events.
midi.c
seq.h