annotate chord.dict @ 9:0f270f3d2131 matthiasm-plugin

working with new optional chord dictionary in the file chord.dict
author matthiasm
date Thu, 03 Jun 2010 09:10:40 +0000
parents 84db8ce38fd3
children a02d56ac1464
rev   line source
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