Skip to content

Commit

Permalink
add single case-sensitive Major option... for consideration
Browse files Browse the repository at this point in the history
  • Loading branch information
cleary committed Sep 22, 2021
1 parent d66c05e commit 5d7a122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sound/Tidal/Chords.hs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ minor11sharp = [0,3,7,10,14,18]
chordTable :: Num a => [(String, [a])]
chordTable = [("major", major),
("maj", major),
("M", major),
("aug", aug),
("plus", aug),
("sharp5", aug),
Expand Down

0 comments on commit 5d7a122

Please sign in to comment.