commit 149442274fc343eea7472a9ea03d94daa9272f35
parent 34c2059f2e4d6899b050453e2a90a149d1cb09af
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 6 Jan 2023 16:39:14 +0100
doc.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/clap/ext/draft/preset-load.h b/include/clap/ext/draft/preset-load.h
@@ -14,6 +14,8 @@ typedef struct clap_plugin_preset_load {
// - "file:///home/abique/my-sound-bank/<preset-id>"
// - "plugin://<plugin-id>/<preset-id>"
//
+ // The preset discovery provider defines the uri to be passed to this function.
+ //
// [main-thread]
bool(CLAP_ABI *load)(const clap_plugin_t *plugin, const char *uri);
} clap_plugin_preset_load_t;