diff --git a/Push/consts.py b/Push/consts.py index a250e6a9..2d089a0b 100644 --- a/Push/consts.py +++ b/Push/consts.py @@ -39,6 +39,14 @@ 7, 9, 10], + 'Ionian' + [0, + 2, + 4, + 5, + 7, + 9, + 11], 'Lydian', [0, 2, @@ -275,4 +283,4 @@ class MessageBoxText: pass except ImportError: - pass \ No newline at end of file + pass