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
It would be nice if midly could parse MIDI messages received live within CoreMIDI framework, which uses uses 32-bit integers instead of 8-bit integers for its MIDI message packets.
The text was updated successfully, but these errors were encountered:
In this case, CoreMIDI would basically encode a big endian 4-byte buffer in a uint32. You can parse this format using LiveEvent::parse(&int.to_be_bytes()).
Hi. Great work.
It would be nice if midly could parse MIDI messages received live within CoreMIDI framework, which uses uses 32-bit integers instead of 8-bit integers for its MIDI message packets.
The text was updated successfully, but these errors were encountered: