0.1.1 • Published 10 years ago
achord v0.1.1
A Chord
It's just a chord
A Simple module to get the name of a chord from the intervals names:
var achord = require('achord');
achord(['P1', 'm3', 'd5', 'm7']); // => m7b5
achord(['P1', 'M3', 'P5', 'M7']); // => Maj7
This is the reverse module of d'accord
License
MIT License