From b609b4ce55104c77a3f69366874a3e25e3061172 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 3 Feb 2022 20:20:30 +0100 Subject: Added AB toggle button to MIDI interface --- abcontroller.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'abcontroller.py') diff --git a/abcontroller.py b/abcontroller.py index 99bd9d7..cec9fb2 100644 --- a/abcontroller.py +++ b/abcontroller.py @@ -66,6 +66,9 @@ class ABController: def setEnable(self, enable): self._enabled = enable + def isEnabled(self): + return self._enabled + def getStoredLimits(self, song): return self._limits.get(song) -- cgit v1.2.3