SwiftMIDI Control Surfaces

May 4, 2026 ยท View on GitHub

swift-midi-controlsurfaces

SwiftMIDI Control Surfaces

License: MIT

Extension for SwiftMIDI adding support for control surface protocol abstractions, such as HUI.

Compatibility

macOSiOSvisionOStvOSwatchOSLinuxAndroidWASMWindows
๐ŸŸข๐ŸŸข๐ŸŸข๐ŸŸข1๐ŸŸข1๐Ÿšง 2๐Ÿšง 2--

Getting Started

This extension is available as a Swift Package Manager (SPM) package.

To use this extension as standalone dependency (instead of importing the swift-midi umbrella repository):

  1. Add the swift-midi-controlsurfaces repo as a dependency.

    .package(url: "https://github.com/orchetect/swift-midi-controlsurfaces", from: "1.0.0")
    
  2. Add SwiftMIDIControlSurfaces to your target.

    .product(name: "SwiftMIDIControlSurfaces", package: "swift-midi-controlsurfaces")
    
  3. Import SwiftMIDIControlSurfaces to use it.

    import SwiftMIDIControlSurfaces
    

Documentation & Support

See the online documentation for this repository and its Examples folder.

For support, feature requests, and bug reports see the main SwiftMIDI repository.

Author

Coded by a bunch of ๐Ÿน hamsters in a trenchcoat that calls itself @orchetect.

License

Licensed under the MIT license. See LICENSE for details.

Footnotes

  1. tvOS and watchOS do not have Core MIDI I/O support, but this package will compile and is otherwise usable. โ†ฉ โ†ฉ2

  2. Support for indicated platforms is either planned or WIP. โ†ฉ โ†ฉ2