From 6eb42e6d4468ad161281125c77a41063f93380e1 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 21 Dec 2021 18:24:55 +0100 Subject: Added session manager, renamed solo-tool.py --- abcontroller.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'abcontroller.py') 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) -- cgit v1.2.3