Skip to content

How do you add missing "no 5" chords to chord detection? #333

Discussion options

You must be logged in to vote

I found the problem, I used the wrong syntax (had all three notes in the same string rather than an array of strings)! Everything works as expected when the syntax is correct.

ChordType.add(["1P", "3m", "7m"], ["m7no5", "min7no5", "mi7no5", "-7no5"], "minor seventh no5")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alindsay55661
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant