From a4b5f5a8cc7cfdf736a6d9d6aca3e0e3ede81ccc Mon Sep 17 00:00:00 2001 From: Andrew Madsen Date: Wed, 1 Jun 2016 16:16:50 -0600 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9bd20f..c92b5d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ This section is for recent changes not yet included in an official release. - Fixed issue where click track events would be added to the beginning of a loop when the status was EnabledOnlyInPreRoll. (2535c5b) - Convenience initializers for `MIKMIDINoteOn/OffCommand` that take `MIDITimeStamp`s instead of `NSDate`s. (0bf4a00) - Custom initializers for several `MIKMIDIMetaEvent` subclasses, greatly simplifing their creation. (#150) - +- `MIKMIDIPacketCreate()` function to ease creating `MIDIPacket` structs in Swift. (a12f121) ### CHANGED - Improved support for subclassing `MIKMIDISynthesizer` and customizing MIDI event scheduling (87b38ea)