0.1.0 • Published 5 years ago

bs-music-theory v0.1.0

Weekly downloads
2
License
LGPL-3.0
Repository
github
Last release
5 years ago

bs-music-theory CircleCI

This is basically a straight port of this library. It is a collection of data structures that represent musical entities, such as Key, Pitch, Interval, Scale, and Chord.

Installation

yarn add bs-music-theory

Then add bs-music-theory to bs-dependencies in your bsconfig.json:

{
  ...
  "bs-dependencies": ["bs-music-theory"]
}

Usage

Look here.

Additional documentation forthcoming.

Here is a repo. I will attempt to provide some usage examples.

Tests

yarn run test