clap

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

commit fb4937c5d1ca75a9f9c2e5c4b2b5b9b0e7aca4d6
parent 56f7f36460c40c60ed8d40b6903bf83b950c25e7
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 10 Jan 2024 09:23:24 +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 @@ -108,7 +108,7 @@ typedef struct clap_plugin_entry { // // As stated above, even though hosts are forbidden to do so directly, multiple calls before any // new init() call may still happen. Implementations *should* take this into account, and *must* - // do so as of CLAP 1.11. + // do so as of CLAP 1.2.0. // // Just like init(), this function may be called on any thread, including a different one from // the one init() was called from, or from the one a later init() call can be made.