0.0.3 • Published 7 years ago

isnext v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

isnext

isnext is factored out of whatnext.sf. It is a simple chord analysis tool built off of teoria.js. Given a chord progression, it tries to guess the labeling of the chords

var isnext = require("isnext");
var labelings = isnext.label_progression("a d a d f g a");
var probable = labelings[0];

// Is a dictionary of possible chord modulations / follow ups
var variations = isnext.get_variations(probable);
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

10 years ago