0.6.0
MIDIKit 0.6.0
What's New
-
Library-wide API clarification and more consolidated type names.
-
Curated documentation:
-
Written with DocC
-
Includes all the getting started guides previously found in the Wiki and more
-
Easy to navigate directly within Xcode using the Build Documentation menu command, or browsable online
(Note: Xcode 14 builds docc more reliably than Xcode 13 but you can always browse the online docs)
-
-
MIDIKit is now a mono-repo: All extension repos (SMF, Sync, ControlSurfaces) are now incorporated as package products within MIDIKit, and the external repos are now deprecated. All of MIDIKit can be imported with a single import, or individual targets can be imported if only certain functionality is required. See the documentation for details.
-
Refactors and improvements
Note: MIDIKit 0.6.0 contains substantial API changes from 0.5.x, and now requires Swift 5.5 / Xcode 13.0+.