You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I don't have note names initially, I can't automatically determine this cord
chord = [
notes.int_to_note(3), # this is D#
notes.int_to_note(7), # this is G
notes.int_to_note(10) # and this is A#
]
chords.determine(chord)
# returns
[]
Sure, this problem is not well defined since a composer could mean [D#, G, A#], but this is a really rare case.
Thanks!
The text was updated successfully, but these errors were encountered:
AndreyPikunov
changed the title
How to recognise the cord from ints?
How to recognise the chord from ints?
Dec 24, 2022
Hello!
My question is,
What is the concise way to determine the chord from note indices?
Suppose I have Eb major triad:
However, when I don't have note names initially, I can't automatically determine this cord
Sure, this problem is not well defined since a composer could mean [D#, G, A#], but this is a really rare case.
Thanks!
The text was updated successfully, but these errors were encountered: