clap

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

commit 56f7f36460c40c60ed8d40b6903bf83b950c25e7
parent a898dee7734edbd1982932f795865766a38930aa
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 10 Jan 2024 09:23:14 +0100

Update include/clap/entry.h

Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
Diffstat:
Minclude/clap/entry.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -39,7 +39,7 @@ extern "C" { // // The intent of the init() and deinit() functions is to provide a "normal" initialization patterh // which occurs when the shared object is loaded or unloaded. As such, hosts will call each once and -// in matched pairs. In clap specifications prior to 1.1.11, this single-call was documented as a +// in matched pairs. In CLAP specifications prior to 1.2.0, this single-call was documented as a // requirement. // // We realized, though, that this is not a requirement hosts can meet. If hosts load a plugin