evashort / chords

Text-based chord progression editor
http://evanshort.name/chords/
MIT License
25 stars 1 forks source link

Display inversions #18

Closed evashort closed 6 years ago

evashort commented 6 years ago

Add a set of radio buttons under the keyboard like ( Root position | Over E | Over G ). When these buttons are clicked, set the inversion field of the keyboard object, causing it to display the inversion. Reset the inversion field when another chord is played. When the user selects the notes of an inverted chord, set the customInversion field of the keyboard object and show the chord name below the keyboard as if it was a normal chord.

evashort commented 6 years ago

Closing in favor of adding full support for selected inversions.