Music Theory Kit
Introduction
MusicTheoryKit is a swift module that provides an easy-to-use API for most commonly used music terms.
Installation
-
Xcode
File – Add Packages – https://github.com/sh3l6orrr/music-theory-kit.git -
Swift Package Manager
Inside Package.swift, add the following:
import PackageDescription
let package = Package(
// Some parameters
dependencies: [
.package(path: https://github.com/sh3l6orrr/music-theory-kit.git)
],
// Some other parameters
)