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
https://midimusic.github.io/tech/midispec.html lists some System Common Messages and System Realtime Messages that aren't handled in standard_midi_file.ksy. The .ksy doesn't cover anything between 0xF0 and 0xFF. The non-handled cases make the parser emit a series of garbage 2-byte track_events until it gets back in sync with a real event in the input stream.
I only discovered kaitai_struct yesterday... otherwise I'd have written a fix already.
The text was updated successfully, but these errors were encountered:
https://midimusic.github.io/tech/midispec.html lists some System Common Messages and System Realtime Messages that aren't handled in standard_midi_file.ksy. The .ksy doesn't cover anything between 0xF0 and 0xFF. The non-handled cases make the parser emit a series of garbage 2-byte track_events until it gets back in sync with a real event in the input stream.
I only discovered kaitai_struct yesterday... otherwise I'd have written a fix already.
The text was updated successfully, but these errors were encountered: