Skip to content

Releases: orchetect/MIDIKit

0.1.1

07 Mar 08:21
18cf4a1
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • MTC.Receiver bug fixed: some frame rates were falsely reporting .incompatibleFrameRate state
  • MTC.Receiver improvement: .incompatibleFrameRate state now transitions to .idle when incoming MTC data stream stops
  • MTC.Receiver.SyncPolicy: Added Codable conformance
  • Examples folder: added two new example projects - MIDIKitTestHarness and MIDIKitSyncTestHarness
  • Various performance improvements
  • Unit tests updated

0.1.0

02 Mar 19:38
f9fdbaf
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial Release.

  • IO: is solid but still some work left to do.
  • Sync: MTC.Receiver is mostly done, needs some tire kicking.
  • Events: not in yet, will come in future.