Skip to content

1.0.1

Compare
Choose a tag to compare
@armadsen armadsen released this 20 Apr 22:28
· 644 commits to master since this release

Version 1.0.1 is a minor bug fix release of MIKMIDI. It includes the following fixes:

  • Fixed MIKMIDIMetronome on iOS 8. Caveat: MIKMIDIMetronome is unavailable on iOS 6 and 7. See #77.
  • Improved documentation.
  • Support for Xcode 6.3.
  • Added error handling to MIKMIDIClientSource/DestinationEndpoint, including warning about UIBackgroundModes on iOS.
  • Added error parameter to MIKMIDISequence initialization methods.
  • Fix for MIKMIDICommand's default channel not defaulting to 0.
  • Carthage support
  • Other minor bug fixes and improvements.

Do note that there are a small number of methods that have been deprecated in this release, in favor of improved versions. The older, deprecated methods continue to work fine, but you should switch your code to the new methods as soon as possible.