Skip to content

Releases: orchetect/MIDIKit

0.1.8

03 Aug 04:24
24ad8bc
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release
  • Added AnyUniqueID and AnyEndpoint

0.1.7

02 Aug 19:52
249848e
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

Preliminary refactoring and events support.

  • API is sill subject to change prior to 0.2.0 release.
  • Full release notes will be included once 0.2.0 is released.

0.1.6

29 Jun 23:37
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release
  • Base MIDI namespace added
  • Various protocols renamed
  • Sync: added FullFrameBehavior to MTC.Encoder/MTC.Generator
  • Sync: bugfix in MTC.Encoder.locate(to:) full-frame message behavior
  • New file header format
  • Updated example projects with minor additions

0.1.5

17 Jun 22:05
51a929c
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • Added: MTC.Encoder
  • Added: MTC.Generator
  • Updated: MIDIKitSyncTestHarness example project with MTC Generator
  • Updated sync documentation
  • Various bugfixes and improvements to MTC.Decoder and MTC.Receiver

0.1.4

24 Apr 01:09
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Updated for compatibility with TimecodeKit 1.1.0 dependency

0.1.3

14 Apr 04:06
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Fixed crash when calling MIDIPacketNext
  • Refactored MIDIPacketData

0.1.2

13 Apr 19:47
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • IO: Fixed rare MIDIPacketList.PacketListIterator crash when calling MIDIPacketNext

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.