You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseIOError("Couldn't read MIDI event parameters from file.")
334
334
param1=self.bytes_to_int(param1)
335
335
param2=self.bytes_to_int(param2)
336
+
337
+
# "It is common for a note on with 0 velocity to be interpreted as NOTE OFF." https://stackoverflow.com/questions/48687756/midi-note-on-event-without-off-event
338
+
# this should resolve Lilypond midi files which don't seem to use ec 8 to signify NOTE OFF
0 commit comments