Skip to content

Commit

Permalink
Added 3 minor and 3 major chord progressions. Closes #2
Browse files Browse the repository at this point in the history
Now we have 100 progressions per key!
  • Loading branch information
ldrolez committed Aug 11, 2021
1 parent f906b27 commit 6c4bc57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion chords.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

# Major progressions
prog_maj = [
"I I IV iii",
"I bIIM I iii",
"I bIIM bIIIM bIIM",
"I IIM iii V6",
Expand All @@ -39,6 +40,7 @@
"I IV bIIIM bVIM",
"I IV bVIIM IV",
"I V I IV",
"I V IV vi",
"I V vi ii",
"I V vi IV",
"I V vi iii IV",
Expand All @@ -65,6 +67,7 @@
"IV I iii IV",
"IV I V vi",
"IV IV I V",
"IV vi iii I",
"V I vi V",
"V IV vi I",
"V vi IV I",
Expand All @@ -77,6 +80,7 @@
prog_min = [
"i ii v i",
"i III iv VI",
"i III VII VI",
"i iv v iv",
"i iv v v",
"i iv III VI",
Expand All @@ -89,6 +93,7 @@
"i VI III VII",
"i VI III VII i VI69 III7 VII",
"i VI iv ii",
"i VI iv III",
"i VI iv v",
"i VI VII VII",
"i VI VII v",
Expand All @@ -111,6 +116,7 @@
"v iv i i",
"v VI III i",
"v VI v i",
"VI i v III",
"VI i v v",
"VI iv i v",
"VI bVI i VII",
Expand Down Expand Up @@ -150,4 +156,4 @@
'9sus4', # 0, 5, 7, 10, 14
'7-9', # 0, 4, 7, 10, 13
'7+11', # 0, 4, 7, 10, 18
]
]

0 comments on commit 6c4bc57

Please sign in to comment.