scale-dictionary

1.0.0 • Public • Published

scale-dictionary npm

tonal

A dictionary of music scales. This contains a json file with scale definitions (currently 89):

var scale = require('scale-dictionary')
scale['bebop'] // => [ '1', '2', '3', '4', '5', '6', '7b', '7' ]
// can have alias
scales['arabian'] // => 'locrian major'

This is part of tonal:

var tonal = require('tonal')
tonal.scales['major'] // => ...

Install via npm: npm install --save scale-dictionary

License

MIT License

Package Sidebar

Install

npm i scale-dictionary

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • danigb