achord

0.1.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i achord

Weekly Downloads

4

Version

0.1.1

License

MIT

Last publish

Collaborators

  • danigb