To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / chord.dict @ 0:4182672fd6f8
History | View | Annotate | Download (989 Bytes)
| 1 |
### Comma-Separated Chord Dictionaries |
|---|---|
| 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 |
### Advanced Learners Chord Dictionary |
| 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 |
| 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 |
| 11 |
:min=1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0 |
| 12 |
:min=0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0 |
| 13 |
: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 |
| 14 |
:maj6=1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0 |
| 15 |
: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 |
| 16 |
: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 |
| 17 |
: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 |
| 18 |
=0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0 |
| 19 |
=0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0 |
| 20 |
: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 |
| 21 |
: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 |