Closed lt1089-Coder closed 2 hours ago
You mean 256 keys?
I replicated that successfully with the 256 keys mod of domino. This is the problem of the midi parsing library I'm using. MIDIfiles.h is not expecting any value to be greater than 0x7F in the midi file. It would throw an error if it detected events with value greater than 0x7F. This should be easy to resolve, just remove the if statements that does this detection in the library. My code should not have any issue at handling 256k midis in theory.
Result:
The software will exit the program when opening a MIDI file with a width of 256.