aboutsummaryrefslogtreecommitdiffstats
path: root/abcontroller.py
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2021-12-21 18:24:55 +0100
committerEddy Pedroni <eddy@0xf7.com>2021-12-21 18:24:55 +0100
commit6eb42e6d4468ad161281125c77a41063f93380e1 (patch)
tree35ad2edeb7058ad60f47affb1b27dfac3fa62bac /abcontroller.py
parentc1bfcc6064b3a22c76b986d9339daf6cbd403c80 (diff)
Added session manager, renamed solo-tool.py
Diffstat (limited to 'abcontroller.py')
-rw-r--r--abcontroller.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/abcontroller.py b/abcontroller.py
index 302bc9e..9d232c1 100644
--- a/abcontroller.py
+++ b/abcontroller.py
@@ -48,3 +48,6 @@ class ABController:
def setEnable(self, enable):
self._enabled = enable
+
+ def getLimits(self, song):
+ return self._limits.get(song)