Skip to content

0.4.12

Compare
Choose a tag to compare
@orchetect orchetect released this 20 Jun 05:51
· 874 commits to main since this release

API Updates

  • Changed MIDI.Event(sysEx7RawBytes:) to MIDI.Event.sysEx7(rawBytes:) static func
  • Changed MIDI.Event(sysEx8RawBytes:) to MIDI.Event.sysEx8(rawBytes:) static func
  • Refactored NRPN API to be consistent with RPN API

Misc

  • Minor README updates
  • Updated CI to build UB2 (both macOS x86 and arm64)