aboutsummaryrefslogtreecommitdiffstats
path: root/notifier.py
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2022-02-03 20:20:30 +0100
committerEddy Pedroni <eddy@0xf7.com>2022-02-03 20:20:30 +0100
commitb609b4ce55104c77a3f69366874a3e25e3061172 (patch)
treedb0095a810acc63d34e1719f59fca668fa693bf0 /notifier.py
parent6debe39546e62d5796f22db2388341ae9132042d (diff)
Added AB toggle button to MIDI interface
Diffstat (limited to 'notifier.py')
-rw-r--r--notifier.py1
1 files changed, 1 insertions, 0 deletions
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()