From be80d21eaa1e94f7d4b3e2cef9b419a05bd153bd Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:22:44 +0100 Subject: [PATCH] fix docstring --- 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 046243f..062f86a 100644 --- a/examples/midi/__main__.py +++ b/examples/midi/__main__.py @@ -26,7 +26,7 @@ class Observer: def on_midi_press(self): """ - checks if strip 3 level prefader mode is greater than -40 + checks if strip 3 level postfader mode is greater than -40 checks if midi button 48 velcity is 127 (full velocity for button press). """