Skip to content
forked from eqcq/MIDIKitSync

🎹 MIDIKit extension for sync (MTC, etc.)

License

Notifications You must be signed in to change notification settings

9SL9/MIDIKitSync

 
 

Repository files navigation

🔌 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.

About

🎹 MIDIKit extension for sync (MTC, etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%