clap

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

commit 56f7c74ac48d06eda1e09b1c292d216e20912ebb
parent c2cd585cc1deefd2a18ae5ce22a1df40c8e67da3
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 26 Sep 2022 08:47:49 +0200

Adjust clap_plugin_factory documentation

Diffstat:
Minclude/clap/plugin-factory.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/clap/plugin-factory.h b/include/clap/plugin-factory.h @@ -11,7 +11,8 @@ extern "C" { // Every method must be thread-safe. // It is very important to be able to scan the plugin as quickly as possible. // -// If the content of the factory may change due to external events, like the user installed +// The host may use clap_plugin_invalidation_factory to detect filesystem changes +// which may change the factory's content. typedef struct clap_plugin_factory { // Get the number of plugins available. // [thread-safe]