Hey! Awesome little library. The custom chord progression example is almost exactly what I've been looking for.
It seems to have trouble with sixth / minor 7th chords.
Am7 / C6 is the open ukulele tuning, and barring straight across at any position gets you a Sixth, so on the uke, they're pretty commonly used.
You mentioned you were working on a branch that calculated the notes/positions dynamically, and that's ideally what I'm looking for - especially for 'weird tunings'. Slack key tunings, for example, where one or more strings are 'slacked' to form a major chord in the open strings.
Also, arbitrary numbers of strings, for creatures like the 5 string bass.
I'm curious to see the code that calculates chords dynamically!
Hey! Awesome little library. The custom chord progression example is almost exactly what I've been looking for.
It seems to have trouble with sixth / minor 7th chords.
Am7 / C6 is the open ukulele tuning, and barring straight across at any position gets you a Sixth, so on the uke, they're pretty commonly used.
You mentioned you were working on a branch that calculated the notes/positions dynamically, and that's ideally what I'm looking for - especially for 'weird tunings'. Slack key tunings, for example, where one or more strings are 'slacked' to form a major chord in the open strings.
Also, arbitrary numbers of strings, for creatures like the 5 string bass.
I'm curious to see the code that calculates chords dynamically!