getChordsList doesn't work with formulas containing integers > 9
greird opened this issue · 0 comments
greird commented
For instance, getChordsList cannot generate a maj9 chord for the moment, as the integer formula has a non-readable format.
{formula:"1-3-5-7-9", integer:"0471114", name:"Major ninth", suffix:"maj9"}
Possible fix: Adding a separator between each integer "0-4-7-11-14".