clap

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

commit 9d9bf3dd03ebbbdc9abbdfc4cc8ef4ecbd8949f1
parent 796619c02cc2063b08236a5ffd3cc6937cc4a231
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 11 Jan 2023 10:03:35 +0100

clap_host_preset_load.loaded uses load-key

Diffstat:
Minclude/clap/ext/draft/preset-load.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/ext/draft/preset-load.h b/include/clap/ext/draft/preset-load.h @@ -32,11 +32,11 @@ typedef struct clap_host_preset_load { // Informs the host that the following preset has been loaded. // This contributes to keep in sync the host preset browser and plugin preset browser. - // If the preset was loaded from a container file, then the subpath must be set, otherwise it + // If the preset was loaded from a container file, then the load_key must be set, otherwise it // must be null. // // [main-thread] - void(CLAP_ABI *loaded)(const clap_host_t *host, const char *uri, const char *subpath); + void(CLAP_ABI *loaded)(const clap_host_t *host, const char *uri, const char *load_key); } clap_host_preset_load_t; #ifdef __cplusplus