1.0.0 • Published 8 years ago

scale-dictionary v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

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