tonal icon indicating copy to clipboard operation
tonal copied to clipboard

Get 7 chords for a given scale

Open Aduffy opened this issue 4 years ago • 0 comments

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

Aduffy avatar Jan 01 '21 05:01 Aduffy