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 --- notifier.py | 1 + 1 file changed, 1 insertion(+) (limited to 'notifier.py') diff --git a/notifier.py b/notifier.py index 06b4434..fae41b9 100644 --- a/notifier.py +++ b/notifier.py @@ -5,6 +5,7 @@ class Notifier: PLAYBACK_RATE_EVENT = 2 CURRENT_SONG_EVENT = 3 CURRENT_AB_EVENT = 4 + AB_LIMIT_ENABLED_EVENT = 5 def __init__(self, player): self._callbacks = dict() -- cgit v1.2.3