comparison chord.dict @ 7:84db8ce38fd3 matthiasm-plugin

trying to import a chord dictionary from a file, but failing to do so
author matthiasm
date Wed, 02 Jun 2010 15:03:21 +0000
parents
children 0f270f3d2131
comparison
equal deleted inserted replaced
6:a5302cf1cdb3 7:84db8ce38fd3
1 # comma-separated chord dictionary
2 #
3 # field 1 is chord type name,
4 # fields 2-25 indicate whether a pitch class is present (1) or not (0) :
5 # - fields 2-13 correspond to bass pitch classes A through Ab
6 # - fields 14-25 correspond to chord pitch classes A through Ab
7
8 :1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
9 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
10 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
11 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
12 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
13 min7:1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0
14 :0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
15 :0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0
16 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
17 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