Music Theory Kit

CI

Introduction

MusicTheoryKit is a swift module that provides an easy-to-use API for most commonly used music terms.

Installation

import PackageDescription

let package = Package(

    // Some parameters

    dependencies: [
        .package(path: https://github.com/sh3l6orrr/music-theory-kit.git)
    ],

    // Some other parameters
)

GitHub

View Github