Adding dim back

This commit is contained in:
2023-03-02 00:45:27 +02:00
parent f996e57acf
commit 7d35ce0118

View File

@ -1700,6 +1700,7 @@ def __build_chords():
"madd11": [0, 3, 7, 17],
"madd13": [0, 3, 7, 21],
"dim9": [0, 3, 6, 9, 14],
"dim": dim,
"hdim7": halfdim,
"hdim9": [0, 3, 6, 10, 14],
"hdimb9": [0, 3, 6, 10, 13],