clap

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

commit 89bdda6fd3bff17d8e40fb514d15a7a74f50e025
parent 7929297cd6988e34bacd943674e1acf5d70905f3
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 17 Oct 2022 16:33:17 +0200

typo

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

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -157,7 +157,7 @@ typedef struct clap_param_info { // This value is optional and set by the plugin. // Its purpose is to provide a fast access to the - // plugin parameter objects by caching its pointer. + // plugin parameter object by caching its pointer. // For instance: // // in clap_plugin_params.get_info():