Add a pentatonic scale

This commit is contained in:
Gergely Polonkai 2016-06-09 10:58:23 +02:00
parent 6b3f68a5bb
commit 466f7063f7
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ scales = {
'c-major': [60, 62, 64, 65, 67, 69, 71],
'a-harmonic-minor': [68, 69, 71, 72, 74, 76, 77],
'chromatic': [60, 61, 62, 63, 64, 65, 66, 67, 68, 69],
'pentatonic': [54, 64, 72, 81, 96, 108],
}
programs = {