JSPM

scale-dictionary

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q59368F
  • License MIT

A musical scale dictionary

Package Exports

  • scale-dictionary

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scale-dictionary) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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