-
Notifications
You must be signed in to change notification settings - Fork 13
Missing META_PREFIX_PORT event #6
Copy link
Copy link
Open
Description
Crashed because of missing META_PREFIX_PORT event.
I added it to the CONSTANTS:
META_CUE_POINT = 0x07,
META_PREFIX_PORT = 0x21,
META_TEMPO_ID = 0x51,
META_TIME_SIGNATURE_ID = 0x58,
and
[33]="Prefix Port", [81] = "Tempo",[88] = "Time Signature",[89] = "Key Signature"}
and it moved past that point, but crashed soon thereafter.
Unfortunately, I can't find a good tool to view the actual MIDI file contents and I haven't had time to dig through your code, so I can't offer a suggestion as to what went wrong next.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels