🔌
SMF (Standard MIDI File) Extension for MIDIKit
This extension adds abstractions for reading and writing Standard MIDI Files.
Getting Started
-
Add MIDIKitSMF 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/MIDIKitSMF
-
In a Swift Package, add it to the Package.swift dependencies:
.package(url: "https://github.com/orchetect/MIDIKitSMF", from: "0.0.1")
-
-
Import the library:
import MIDIKitSMF
Documentation
See Docs folder.
Author
Coded by a bunch of
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.