From 708a7e6d8eb05effb59d1f451f7b6c4a5e718ce6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 5 Aug 2023 13:05:29 +0100 Subject: [PATCH] reword --- examples/midi/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/midi/__main__.py b/examples/midi/__main__.py index 4f531d7..83a67e9 100644 --- a/examples/midi/__main__.py +++ b/examples/midi/__main__.py @@ -23,7 +23,7 @@ class App: return current def on_midi_press(self): - """if strip 3 level max > -40 and midi button 48 is pressed, then set trigger for macrobutton 0""" + """if midi button 48 is pressed and strip 3 level max > -40, then set trigger for macrobutton 0""" if ( self.vm.midi.get(self.MIDI_BUTTON) == 127