Skip to content

Commit

Permalink
NewCreature's fix for Sysex events crashing the game
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jul 27, 2015
1 parent 425e315 commit 19d39b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/midi/MidiFileParser.py
Expand Up @@ -132,7 +132,6 @@ def parseMTrkChunk(self):
# It should allways be there, but better safe than sorry
if raw_in.readBew(move_cursor=0) == END_OFF_EXCLUSIVE:
eo_sysex = raw_in.readBew()
dispatch.sysex_event(sysex_data)
# the sysex code has not been properly tested, and might be fishy!


Expand Down

0 comments on commit 19d39b3

Please sign in to comment.