matthiasm@9
|
1 ### Comma-Separated Chord Dictionaries
|
matthiasm@7
|
2 #
|
matthiasm@7
|
3 # field 1 is chord type name,
|
matthiasm@7
|
4 # fields 2-25 indicate whether a pitch class is present (1) or not (0) :
|
matthiasm@7
|
5 # - fields 2-13 correspond to bass pitch classes A through Ab
|
matthiasm@7
|
6 # - fields 14-25 correspond to chord pitch classes A through Ab
|
matthiasm@7
|
7
|
matthiasm@9
|
8 ### Advanced Learners Chord Dictionary
|
matthiasm@7
|
9 :1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
|
matthiasm@7
|
10 m:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0
|
matthiasm@9
|
11 dim7:0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0
|
matthiasm@7
|
12 6:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0
|
matthiasm@7
|
13 7:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0
|
matthiasm@7
|
14 maj7:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1
|
matthiasm@9
|
15 m7:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0
|
matthiasm@7
|
16 :0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
|
matthiasm@7
|
17 :0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
|
matthiasm@7
|
18 dim:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0
|
matthiasm@9
|
19 aug:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0
|
matthiasm@9
|
20 sus4:1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0
|
matthiasm@9
|
21 (add9):1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,0
|
matthiasm@9
|
22 #5:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0
|
matthiasm@9
|
23 :0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
|
matthiasm@9
|
24 :0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0
|
matthiasm@9
|
25
|
matthiasm@9
|
26 ### Rock'n'Roll
|
matthiasm@9
|
27 # :1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
|
matthiasm@9
|
28 # m:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0 |