Skip to content

Commit

Permalink
Added sus chords for F and F#
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ong committed Jul 6, 2009
1 parent 2d54757 commit 7fa141c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions javascripts/jtab.js
Expand Up @@ -406,6 +406,8 @@ var jtab = {
Cm7 : [ [ 1, [-1 ], [-1 ], [1,1], [3,3], [1,1], [3,4] ], [ ] ],
C7 : [ [ 1, [-1 ], [3,3], [2,2], [3,4], [1,1], [0 ] ], [ ] ],
Cadd9 : [ [ 1, [-1 ], [3,2], [2,1], [0 ], [3,3], [0 ] ], [ ] ],
Csus2 : [ [ 1, [ -1], [3,1], [5,3], [5,4], [3,1], [3,1] ], [ ] ],
Csus4 : [ [ 1, [ -1], [3,1], [5,2], [5,3], [6,4], [3,1] ], [ ] ],

"C#" : [ [ 1, [-1 ], [4,4], [3,4], [1,1], [2,2], [1,1] ], [ ] ],
"C#6" : [ [ 1, [-1 ], [-1 ], [3,2], [3,3], [2,1], [4,4] ], [ ] ],
Expand All @@ -427,6 +429,7 @@ var jtab = {
Dmaj7 : [ [ 1, [-1 ], [5,4], [4,3], [2,1], [2,1], [2,1] ], [ ] ],
Dm7 : [ [ 1, [-1 ], [-1 ], [0 ], [2,2], [1,1], [1,1] ], [ ] ],
D7 : [ [ 1, [-1 ], [0 ], [0 ], [2,2], [1,1], [2,3] ], [ ] ],
Dsus2 : [ [ 1, [-1 ], [-1 ], [0 ], [2,1], [3,3], [0 ] ], [ ] ],
Dsus4 : [ [ 1, [-1 ], [-1 ], [0 ], [2,1], [3,3], [3,4] ], [ ] ],

"D#" : [ [ 1, [-1 ], [-1 ], [5,4], [3,1], [4,3], [3,2] ], [ ] ],
Expand Down Expand Up @@ -457,13 +460,15 @@ var jtab = {
Fmaj7 : [ [ 1, [1,1], [-1 ], [2,3], [2,4], [1,2], [-1 ] ], [ ] ],
Fm7 : [ [ 1, [1,1], [3,3], [3,4], [1,1], [4,4], [1,1] ], [ ] ],
F7 : [ [ 1, [1,1], [3,3], [1,1], [2,2], [1,1], [1,1] ], [ ] ],
Fsus4 : [ [ 1, [1,1], [3,2], [3,3], [3,4], [1,1], [1,1] ], [ ] ],

"F#" : [ [ 1, [2,1], [4,3], [4,4], [3,2], [2,1], [2,1] ], [ ] ],
"F#6" : [ [ 1, [2,1], [4,3], [-1 ], [3,2], [4,4], [-1 ] ], [ ] ],
"F#m" : [ [ 1, [2,1], [4,3], [4,4], [2,1], [2,1], [2,1] ], [ ] ],
"F#maj7": [ [ 1, [2,1], [-1 ], [3,3], [3,4], [2,2], [-1 ] ], [ ] ],
"F#m7" : [ [ 1, [2,1], [4,3], [4,4], [2,1], [5,4], [2,1] ], [ ] ],
"F#7" : [ [ 1, [2,1], [4,3], [2,1], [3,2], [2,1], [2,1] ], [ ] ],
"F#sus4": [ [ 1, [2,1], [4,2], [4,3], [4,4], [2,1], [2,1] ], [ ] ],

"Gb" : [ [ 1, [2,1], [4,3], [4,4], [3,2], [2,1], [2,1] ], [ ] ],
"Gb6" : [ [ 1, [2,1], [4,3], [-1 ], [3,2], [4,4], [-1 ] ], [ ] ],
Expand Down

0 comments on commit 7fa141c

Please sign in to comment.