chord-dictionary

1.0.0 • Public • Published

chord-dictionary npm

license tonal

A dictionary of music chords. This is basically a json file with chord definitions (currently 108, 220 including aliases):

var chord = require('chord-dictionary')
chord['Maj7'] // => [ '1', '3', '5', '7' ]
chord['maj7'] // => 'Maj7'

This is part of tonal:

var tonal = require('tonal')
tonal.chords['Maj7']

Install via npm: npm install --save chord-dictionary.

License

MIT License

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i chord-dictionary

      Weekly Downloads

      3

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • danigb