Skip to content

0.8.4

Compare
Choose a tag to compare
@orchetect orchetect released this 24 Feb 02:47
· 266 commits to main since this release

New

  • MIDIKit now requires Xcode 14 to build. It still supports macOS 10.12+ and iOS 10+ once compiled.
  • MIDIDevice: Added inputs and outputs convenience properties to return endpoint arrays (#129)
  • MIDIDevices: Added inputs and outputs convenience properties to return endpoint dictionaries (#129)

Improvements

  • MIDIInput/MIDIInputConnection: Resolved potential race condition in receiver
  • Memory access for legacy MIDIPacket / MIDIPacketList is more stable
  • MIDIPacketList: Fixed bug when sending legacy packet list containing multiple packets
  • Minor documentation & unit test updates