diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2021-12-21 18:24:55 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2021-12-21 18:24:55 +0100 |
commit | 6eb42e6d4468ad161281125c77a41063f93380e1 (patch) | |
tree | 35ad2edeb7058ad60f47affb1b27dfac3fa62bac /abcontroller.py | |
parent | c1bfcc6064b3a22c76b986d9339daf6cbd403c80 (diff) |
Added session manager, renamed solo-tool.py
Diffstat (limited to 'abcontroller.py')
-rw-r--r-- | abcontroller.py | 3 |
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) |