🔌 Control Surfaces Extension for MIDIKit
This extension adds support for control surface protocol abstractions that operate on the MIDI transport, such as HUI and MCU (Mackie Control Universal).
-
Add MIDIKitControlSurfaces as a dependency using Swift Package Manager.
-
In an app project or framework, in Xcode:
- Select the menu: File → Swift Packages → Add Package Dependency...
- Enter this URL:
https://github.com/orchetect/MIDIKitControlSurfaces
-
In a Swift Package, add it to the Package.swift dependencies:
.package(url: "https://github.com/orchetect/MIDIKitControlSurfaces", from: "0.0.1")
-
-
Import the library:
import MIDIKitControlSurfaces
See Docs folder.
Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself @orchetect.
Licensed under the MIT license. See LICENSE for details.
Contributions are welcome. Discussion in Issues is encouraged prior to new features or modifications.