Skip to content

Commit 617a38c

Browse files
authored
Merge pull request #2819 from emlyn/patch-10
Put notes in order for "m6*9" chord
2 parents 80cdd7a + 1463558 commit 617a38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/chord.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Chord < WrappingArray
4747
:maj9 => [0, 4, 7, 11, 14],
4848
"9sus4" => [0, 5, 7, 10, 14],
4949
"6*9" => [0, 4, 7, 9, 14],
50-
"m6*9" => [0, 3, 9, 7, 14],
50+
"m6*9" => [0, 3, 7, 9, 14],
5151
"7-9" => [0, 4, 7, 10, 13],
5252
"m7-9" => [0, 3, 7, 10, 13],
5353
"7-10" => [0, 4, 7, 10, 15],

0 commit comments

Comments
 (0)