Skip to content

0.9.4

Compare
Choose a tag to compare
@orchetect orchetect released this 10 Nov 16:09
· 95 commits to main since this release
73b4779

New

  • Added new ObservableMIDIManager subclass of MIDIManager that provides two new @Published properties: observableDevices and observableEndpoints
  • MIDIKitUI SwiftUI components are now fully functional (see the MIDIKitUI example project)
  • Significant updates to the EndpointPickers example project to use endpoint display name as a fallback endpoint identity

Improvements

  • Refactored MIDIEndpointFilter Collection methods and resolved ambiguities

Fixed

  • Fixed potential crash in rare cases when Core MIDI property getter produces an error

Maintenance

  • All example projects have been further cleaned up and various issues resolved
  • Unit tests updated
  • Docs updated