tonal
tonal copied to clipboard
Get 7 chords for a given scale
with the Key.majorKey function a list of the seven chords for that key are provided in the chords property such as
chords: [
"Cmaj7",
"Dm7",
"Em7",
"Fmaj7",
"G7",
"Am7",
"Bm7b5"
],
With one each rooted off each note of the scale.
Can the same thing be gotten for a given scale such as C dorian I have tried Scale.get("C dorian ") but it does not provide an equivalent