clap

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

commit add8847cffcf973a803f3d297e231d9dbd2750df
parent 6895a622b9f3998deebc2d03722616c666997aae
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 12:42:42 -0400

Fix typos in ambisonic.h

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

diff --git a/include/clap/ext/draft/ambisonic.h b/include/clap/ext/draft/ambisonic.h @@ -44,7 +44,7 @@ typedef struct clap_plugin_ambisonic { } clap_plugin_ambisonic_t; typedef struct clap_host_ambisonic { - // Informs the host that the info have changed. + // Informs the host that the info has changed. // The info can only change when the plugin is de-activated. // [main-thread] void (*changed)(const clap_host_t *host);