Releases: orchetect/MIDIKit
Releases · orchetect/MIDIKit
0.1.18
0.1.17
0.1.16
- Added workaround to fix edge-case crashes on Big Sur where large/malformed packets are received.
(This very well points toward an internal crash/bug in CoreMIDI) - Fixed undefined behavior calling
MIDIPacketNext
/MIDIEventPacketNext
one too many times
0.1.15
- New
MIDIEventLogger
example project - Initial Universal MIDI Packet (UMP) support
- Refactored and improved MIDI events filter methods
- Added name property to
MIDI.Event.CC
and all children - Fixed crashes on macOS Big Sur
- Various bug fixes and improvements