clap

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

commit c6260fafd420069ffb26007d0f677fdbfc603087
parent 33a730da4dfe8e3408eb4a54f11e0cacdefa1e1c
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 12:32:21 -0400

Fix typos in voice-info.h

Diffstat:
Minclude/clap/ext/draft/voice-info.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/ext/draft/voice-info.h b/include/clap/ext/draft/voice-info.h @@ -2,7 +2,7 @@ #include "../../plugin.h" -// This extensions indicates the number of voices the synthesizer. +// This extension indicates the number of voices the synthesizer has. // It is useful for the host when performing polyphonic modulations, // because the host needs its own voice management and should try to follow // what the plugin is doing: @@ -46,7 +46,7 @@ typedef struct clap_plugin_voice_info { } clap_plugin_voice_info_t; typedef struct clap_host_voice_info { - // informs the host that the voice info have changed + // informs the host that the voice info has changed // [main-thread] void (*changed)(const clap_host_t *host); } clap_host_voice_info_t;