clap

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

commit 0ba7537f3b3a14cbb540715f26c620ae4e8f6742
parent 57d6946b72b5821cdb5118cb3416a25988b5397b
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Mon, 20 Dec 2021 17:44:48 +0100

Add comment

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 @@ -13,7 +13,7 @@ extern "C" { typedef struct clap_plugin_entry { clap_version_t clap_version; // initialized to CLAP_VERSION - // Must be called fist + // Must be called fist, this function should be lightweight. bool (*init)(const char *plugin_path); // No more calls into the DSO must be made after calling deinit().