Difference between revisions of "User:Buddha^/GSoC2007-ProjectDiary"

Jump to navigation Jump to search
(Added more comments about non-standard Apple IIGS AGI MIDI files.)
(More info on needing to check for 0xFC (End of MIDI sequence) before reading delta-time.)
Line 1,300: Line 1,300:
is also used). At least this is my current theory based on experiments with
is also used). At least this is my current theory based on experiments with
a Python program I wrote for parsing these MIDI files.
a Python program I wrote for parsing these MIDI files.
And as a sidenote it really does seem we do need to check for end of sequence
(0xFC) before reading the delta-time as some files do use 0xFC where the
delta-time would be.