-
Notifications
You must be signed in to change notification settings - Fork 367
Closed
Labels
Description
I'm trying to understand how to write actual SysEx events, but, so far, I wasn't able to.
I tried appending midi.SysexEvent(data=[list of values]) but it doesn't seem to create a valid MIDI file (at least, not for aplaymidi).
I also tried adding/stripping the leading 240 and trailing 247 SysEx values in different combinations, still with no result.
I was thinking about using struct, but, according to the code, that's not the case.