clap

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

commit 4067fc4c84016f0ca15ba6c52ea61112b63018cb
parent 1865ff89b3cb0efec09a89076eb0b82fcf0b5ad5
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 12:38:25 -0400

Fix typos in quick-controls.h

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 @@ -5,7 +5,7 @@ // This extensions provides a set a 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. +// We chose 8 because this what most controllers offer, and it is more or less a standard. static CLAP_CONSTEXPR const char CLAP_EXT_QUICK_CONTROLS[] = "clap.quick-controls.draft/0";