clap

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

commit e702f850734ea8b57f9267a8ccec77b23e0cde61
parent ad3736ab8d685097eeb208eef4adba7ff3c6b381
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 23 May 2022 09:54:11 +0200

Punctuation

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 @@ -273,7 +273,7 @@ typedef struct clap_host_params { // [main-thread] void (*rescan)(const clap_host_t *host, clap_param_rescan_flags flags); - // Clears references to a parameter + // Clears references to a parameter. // [main-thread] void (*clear)(const clap_host_t *host, clap_id param_id, clap_param_clear_flags flags);