clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 8dfc9916e7501b94d7cb2360a2b3ae228eedc3e6
parent ebab956431b93cac5acbccddfaabe8cf5f912bad
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 17 Jun 2022 22:56:22 +0200

Typo

Diffstat:
Minclude/clap/ext/draft/quick-controls.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/quick-controls.h b/include/clap/ext/draft/quick-controls.h @@ -3,7 +3,7 @@ #include "../../plugin.h" #include "../../string-sizes.h" -// This extensions provides a set a pages, where each page contains up to 8 controls. +// This extensions provides a set of pages, where each page contains up to 8 controls. // Those controls are param_id, and they are meant to be mapped onto a physical controller. // We chose 8 because this what most controllers offers, and it is more or less a standard.