swift-midi
swift-midi copied to clipboard
MIDI in Swift
trafficstars
swift-midi
This is a work-in-progress Swift framework built around the CoreMIDI framework for OS X and iOS.
Requirements
- iOS 8.0+ / Mac OS X 10.9+
- Xcode 7.0+
Communication
- Please file bugs and feature requests on the GitHub issue tracker.
Usage
Connecting to MIDI hardware
let hardware = Hardware();
License
swift-midi is released under the Apache 2.0 license. See LICENSE for details.