Skip to content

🎹 MIDIKit extension for control surfaces (HUI, etc.)

License

Notifications You must be signed in to change notification settings

9SL9/MIDIKitControlSurfaces

Repository files navigation

🔌 Control Surfaces Extension for MIDIKit

CI Build Status Platforms - macOS 10.12+ | iOS 10+ License: MIT

This extension adds support for control surface protocol abstractions that operate on the MIDI transport, such as HUI and MCU (Mackie Control Universal).

Getting Started

  1. 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")
  2. Import the library:

    import MIDIKitControlSurfaces
  3. See Examples folder and Docs folder for usage.

Documentation

See Docs folder.

Author

Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself @orchetect.

License

Licensed under the MIT license. See LICENSE for details.

Contributions

Contributions are welcome. Discussion in Issues is encouraged prior to new features or modifications.

About

🎹 MIDIKit extension for control surfaces (HUI, etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages