brainray / swift-midi

MIDI in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MIDI in Swift

License:Apache License 2.0


Languages

Language:Swift 98.9%Language:Objective-C 1.1%