-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChordFormulas.txt
More file actions
executable file
·44 lines (41 loc) · 1.26 KB
/
ChordFormulas.txt
File metadata and controls
executable file
·44 lines (41 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% Midi #
% 0 1 2 3 4 5 6 7 8 9 10 11
% C D E F G A B
5 0 7
% Chords: maj, 5, 6, 7, maj7, 9, maj9, 11, 13, maj13,
% m, m6, m7, m9, m11, m13, m(maj7), sus2, sus4, dim,
% aug, 6/9, 7sus4, 7b5, 7b9, 9sus4, add9, aug9
%
% A "/" character is used to separate notes in the chords and the notes in the associated scale
%
% Usage: chordName [notes in the chord] / [notes in the associated scale]
% Example:
% maj 0 4 7 / 0 2 4 5 7 9 11
maj 0 4 7 / 0 2 4 5 7 9 11
5 0 7 / 0 2 4 5 7 9 11
6 0 4 7 9 / 0 2 4 5 7 9 11
7 0 4 7 10 / 0 2 4 5 7 9 10
maj7 0 4 7 11 / 0 2 4 5 7 9 11
9 0 4 7 10 2 / 0 2 4 5 7 9 10
maj9 0 4 7 11 2 / 0 2 4 5 7 9 11
11 0 4 7 10 2 5 / 0 2 4 5 7 9 10
13 0 4 7 10 2 5 9 / 0 2 4 5 7 9 10
maj13 0 4 7 11 2 5 9 / 0 2 4 5 7 9 11
m 0 3 7 / 0 2 3 5 7 8 10
m6 0 3 7 9 / 0 2 3 5 7 9 10
m7 0 3 7 10 / 0 2 3 5 7 8 10
m9 0 3 7 10 2 / 0 2 3 5 7 8 10
m11 0 3 7 10 2 5 / 0 2 3 5 7 8 10
m13 0 3 7 10 2 5 9 / 0 2 3 5 7 9 10
m(maj7) 0 3 7 11 / 0 2 3 5 7 8 11
sus2 0 2 7 / 0 2 5 7 9
sus4 0 5 7 / 0 2 5 7 9
dim 0 3 7 9 / 0 2 3 5 7 9 10
aug 0 4 8 / 0 2 4 5 8 9 11
6/9 0 4 7 9 2 / 0 2 4 5 7 9 11
7sus4 0 5 7 10 / 0 2 3 5 7 9 10
7b5 0 4 6 10 / 0 2 4 6 7 9 10
7b9 0 4 10 1 / 0 1 4 5 7 9 10
9sus4 0 5 7 10 2 / 0 2 5 7 9 10
add9 0 4 7 2 / 0 2 4 5 7 9 11
aug9 0 4 8 10 2 / 0 2 4 5 8 9 10