An open API service indexing awesome lists of open source software.

https://github.com/danigb/achord

Simple chord detection with js
https://github.com/danigb/achord

Last synced: 11 months ago
JSON representation

Simple chord detection with js

Awesome Lists containing this project

README

          

# A Chord

> It's just a chord

A Simple module to get the name of a chord from the intervals names:

```js
var achord = require('achord');
achord(['P1', 'm3', 'd5', 'm7']); // => m7b5
achord(['P1', 'M3', 'P5', 'M7']); // => Maj7
```

This is the reverse module of [d'accord](https://github.com/saebekassebil/daccord)

## License

MIT License