🔌 Sync Extension for MIDIKit
This extension adds abstractions for MIDI sync protocols, such as MTC (MIDI Timecode).
-
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")
-
-
Import the library:
import MIDIKitSync
See Docs folder.
Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself @orchetect.
Licensed under the MIT license. See LICENSE for details.
Contributions are welcome. Discussion in Issues is encouraged prior to new features or modifications.