clap

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

commit 64addfb3e1ecaac9b32bddec9fb3600a7b4ac478
parent 40bb780c0a6312aef537e81022e5d863981c2f4e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 22 Dec 2023 11:15:30 +0100

Fix doc.

Diffstat:
Minclude/clap/factory/draft/plugin-state-converter.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/factory/draft/plugin-state-converter.h b/include/clap/factory/draft/plugin-state-converter.h @@ -8,7 +8,7 @@ extern "C" { #endif -// This interface provides helps the host to convert a plugin state and its automation +// This interface provides a mechanism for the host to convert a plugin state and its automation // points to a new plugin. // // This is useful to convert from one plugin ABI to another one.