commit 35ef393044b69f326f42615c12f42df2d4111659 parent 6e5ff791929cb3bac34493058cd8c911f961711b Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 25 May 2022 16:38:17 +0200 Doc. Diffstat:
M | include/clap/events.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/events.h b/include/clap/events.h @@ -97,8 +97,8 @@ enum { CLAP_EVENT_PARAM_VALUE, CLAP_EVENT_PARAM_MOD, - // uses clap_event_param_gesture - // Indicates that a parameter gesture begun or ended. + // Indicates that the user started or finished to adjust a knob. + // Uses clap_event_param_gesture. CLAP_EVENT_PARAM_GESTURE_BEGIN, CLAP_EVENT_PARAM_GESTURE_END,