From 0fa44e389452e1f31f88ceb34035bbfb7613ab03 Mon Sep 17 00:00:00 2001 From: Bremmers Date: Thu, 12 Oct 2023 13:37:03 +0200 Subject: [PATCH] typo --- include/clap/ext/draft/midi-controls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/midi-controls.h b/include/clap/ext/draft/midi-controls.h index c942ed5a..5e24697c 100644 --- a/include/clap/ext/draft/midi-controls.h +++ b/include/clap/ext/draft/midi-controls.h @@ -2,7 +2,7 @@ #include "../../plugin.h" -// This extension lets a plugin expose its MIDI control implementation. +// This extension lets a plugin expose its MIDI controls implementation. // The primary goal is to allow a host to create a MIDI-CI Property Exchange "ChCtrlList" resource for the plugin, // which is presented to a keyboard / controller. // A keyboard can then assign its knobs to suitable controllers, decide between sending poly or channel afertouch etc.