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@48
|
19 m6=1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,0,0
|
matthiasm@17
|
20 =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
|
21 =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
|
22 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
|
23 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
|
24 =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@44
|
25 =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@48
|
26 7=0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0
|
matthiasm@48
|
27 # sus4=1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,0
|
matthiasm@9
|
28
|
matthiasm@9
|
29 ### Rock'n'Roll
|
matthiasm@9
|
30 # :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
|
31 # 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
|