-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathC#-chords.json
More file actions
38 lines (38 loc) · 763 Bytes
/
C#-chords.json
File metadata and controls
38 lines (38 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"C#": {
"notes": ["C#", "F", "G#"],
"quality": "major"
},
"C#m": {
"notes": ["C#", "E", "G#"],
"quality": "minor"
},
"C#7": {
"notes": ["C#", "F", "G#", "B"],
"quality": "dominant 7th"
},
"C#maj7": {
"notes": ["C#", "F", "G#", "C"],
"quality": "major 7th"
},
"C#m7": {
"notes": ["C#", "E", "G#", "B"],
"quality": "minor 7th"
},
"C#dim": {
"notes": ["C#", "E", "G"],
"quality": "diminished"
},
"C#aug": {
"notes": ["C#", "F", "A"],
"quality": "augmented"
},
"C#sus2": {
"notes": ["C#", "D#", "G#"],
"quality": "sus2"
},
"C#sus4": {
"notes": ["C#", "F#", "G#"],
"quality": "sus4"
}
}