clap

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

commit d10a2e10de23e88ada495b58824081fde7cf436a
parent 57732f8abbc43a1aa3702acb0a9af19cd65d7add
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri,  6 Jan 2023 16:30:07 +0100

Mention clap_plugin_invalidation_factory

Diffstat:
Minclude/clap/factory/draft/preset-discovery.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -279,6 +279,9 @@ typedef struct clap_preset_discovery_indexer { // Every methods in this factory must be thread-safe. // It is encourraged to perform preset indexing in background threads, maybe even in background // process. +// +// The host may use clap_plugin_invalidation_factory to detect filesystem changes +// which may change the factory's content. typedef struct clap_preset_discovery_factory { // Get the number of preset providers available. // [thread-safe]