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@17
|
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@17
|
10 =0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
|
matthiasm@17
|
11 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@17
|
12 m=0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0
|
matthiasm@17
|
13 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@17
|
14 dim7=1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0
|
matthiasm@17
|
15 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@17
|
16 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@17
|
17 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@17
|
18 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@17
|
19 =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@17
|
20 =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@17
|
21 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@17
|
22 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@17
|
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@17
|
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@17
|
25 7sus4=1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0
|
matthiasm@9
|
26
|
matthiasm@9
|
27 ### Rock'n'Roll
|
matthiasm@9
|
28 # :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@17
|
29 # 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
|