From c1d7c8c37f51c1a5c0d960951224310d3d1f8e3f Mon Sep 17 00:00:00 2001 From: OubliEbloui <32193124+OubliEbloui@users.noreply.github.com> Date: Fri, 21 Sep 2018 16:39:49 +0200 Subject: [PATCH] Indians Raags I added Indians modes from the raags "Yaman" and "Marwa". More would come later --- Push/consts.py | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Push/consts.py b/Push/consts.py index c04f219b..07cf6b31 100644 --- a/Push/consts.py +++ b/Push/consts.py @@ -196,7 +196,23 @@ 5, 6, 8, - 10]] + 10], +'Yaman', + [0, + 2, + 4, + 4, + 6, + 7, + 9, + 10], +'Marwa', + [0, + 1, + 4, + 6, + 9, + 11]] MIN_OFF_THRESHOLD = 10 MAX_OFF_THRESHOLD = 370 MIN_ON_THRESHOLD = 10 @@ -289,4 +305,4 @@ class MessageBoxText: pass except ImportError: - pass \ No newline at end of file + pass