gtr-cof icon indicating copy to clipboard operation
gtr-cof copied to clipboard

show the name of the chord

Open sugizo opened this issue 3 years ago • 6 comments

it's nice to have show the name of the chord when user click the note e.g. c-e-g = C Mayor a-c-e = A Minor etc

thanks

sugizo avatar Sep 05 '20 12:09 sugizo

I think it's a very nice idea to spell out the notes and intervals of the chord like this: C-E-G 1-M3-P5 Also easy to implement since the algorithm already knows this information. Actually naming the chord is much trickier, especially since any chord can be named in several different ways with inversions

mikehadlow avatar Sep 07 '20 08:09 mikehadlow

yeah, when you talk about inversion, must discussed further because same note, different root note can have different chord name e.g. c-d-g (csus2) g-c-d (gsus4)

c-e-g-a (cmaj6) a-c-e-g (am7)

c-e-g-b (cmaj7) e-g-b-c (emb6)

sugizo avatar Sep 07 '20 09:09 sugizo

there's hundred combination that can be achieved to form a key, not to say that some of chords have a limit with chromatic (12 semitones), e.g. extended chord (9th, 11th, 13th chords that have more than 12 semitones) perhaps to stay focus with your current work related with chord, best to add the relative key. provided the reliable source what can do with circle of fifth and the relative key, and nice to have it on guitar dashboard.

ref https://en.wikipedia.org/wiki/Relative_key

sugizo avatar Sep 08 '20 12:09 sugizo

Maybe there could be some sort of dropbox that would select correct intervals from the chord type, like:

maj = I M3 5 7 = I M3 5 M7 min = I m3 5 ...

amiika avatar Sep 15 '20 12:09 amiika

Note, this is a duplicate of #28

mikehadlow avatar Sep 23 '20 07:09 mikehadlow

Woops! closed the wrong issue by accident.

mikehadlow avatar Oct 29 '20 08:10 mikehadlow