Skip to content

0.4.11

Compare
Choose a tag to compare
@orchetect orchetect released this 19 Jun 22:13
· 885 commits to main since this release
bb49287

Incremental Improvements Update

MIDI Events

  • .noteCC event (MIDI 2.0 only): Switched value to enum case to be consistent with other events
  • RPN Tuning Program Change & Tuning Bank Select now correctly carry 7-bit values
  • Added 3D Sound Controller RPN types

MIDI Thru Connections

  • Addressed Core MDI bug with MIDI Thru connections; now errors out on macOS Big Sur or later
  • MIDI.IO.ThruConnection refactors
  • MIDI.IO.Manager: Added removeAllUnmanagedPersistentThruConnections(ownerID:)

Examples

  • Added EventParsing examples
  • Misc improvements/refactors to examples

Misc

  • Removed remaining TODO compiler warnings
  • Minor inline docs updates
  • Updated unit tests
  • Reworked GitHub CI pipeline