saebekassebil / teoria

Javascript taught Music Theory
http://saebekassebil.github.io/teoria
MIT License
1.31k stars 114 forks source link

Specify chord voicing when creating a chord with a chord name #117

Open jeremyabel opened 7 years ago

jeremyabel commented 7 years ago

It would be great to be able to do teoria.chord( 'Abm7#5', 'P4' ); rather than having to set the voicing separately, after creating the chord. I'll probably get around to creating a pull request for this sometime this month.