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