Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standard_midi_file.ksy leaves out events 0xF2..0xFE #708

Open
glen-buhtig opened this issue Jan 26, 2025 · 0 comments
Open

standard_midi_file.ksy leaves out events 0xF2..0xFE #708

glen-buhtig opened this issue Jan 26, 2025 · 0 comments
Labels

Comments

@glen-buhtig
Copy link

glen-buhtig commented Jan 26, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants