Releases: orchetect/MIDIKit
Releases · orchetect/MIDIKit
0.9.2
0.9.1
0.9.0
Improvements
MIDIManager
: StreamlinedaddInputConnection
/addOutputConnection
API- Fixed proactive Swift 6 warning about shadowed associated type
- Updated to TimecodeKit 2.0.1
- Updated docs
API Changes
MIDIProtocolVersion
: Renamed cases, removing underscore prefixMIDIFile.FrameRate
: Renamed cases, removing underscore prefixMIDIFile.SMPTEOffsetFrameRate
: Renamed cases, removing underscore prefixMIDIFileEvent.DeltaTime
: Renamed cases, removing underscore prefix
0.8.11
0.8.10
0.8.9
Changes
- Bumped to Swift 5.7 minimum requirement
MIDIEvent.NoteCC.PerNoteController
: Addedregistered(UInt8)
static method
Docs
- Cleaned up example projects
- Added documentation for
MIDIEvent
0.8.8
0.8.7
0.8.6
New
- New
MIDIKItUI
module with reusable SwiftUI views for endpoint lists and pickers (WIP) - see new MIDIKitUIExample project MIDIIOObject
: Added image property to return SwiftUI Image
Improvements
MIDIEndpointIdentity
:locate(in:)
is now public, added newmatches(endpoint:)
sister methodCollection
ofMIDIEndpoint
: addedfilter(using: MIDIEndpointFilter)
method
Fixes
MIDIFile
: Fixed extended characters in text events failing to parse (#171)