SwiftMIDI Core

July 10, 2026 ยท View on GitHub

SwiftMIDI Core

SwiftMIDI Core

License: MIT

MIDI events and value types for SwiftMIDI supporting MIDI 1.0 and MIDI 2.0.

Compatibility

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

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-core repo as a dependency.

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

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

    import SwiftMIDICore
    

Documentation & Support

See the online documentation for this repository.

For example projects covering this package's functionality, see the swift-midi-io 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. Support for indicated platforms is either planned or WIP. โ†ฉ โ†ฉ2