Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.78 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.78 KB

🔌 Sync Extension for MIDIKit

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

This extension adds abstractions for MIDI sync protocols, such as MTC (MIDI Timecode).

Getting Started

  1. Add MIDIKitSync 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/MIDIKitSync
    • In a Swift Package, add it to the Package.swift dependencies:

      .package(url: "https://github.com/orchetect/MIDIKitSync", from: "0.0.1")
  2. Import the library:

    import MIDIKitSync
  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.