clap

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

commit cf1d4ad06f5a03099a8da8738624642d774effa7
parent db452bc5342043fd4d6ff7db77d14cc144646322
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  9 Jan 2023 18:07:31 +0100

Using from_uri() feels better

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

diff --git a/include/clap/ext/draft/preset-load.h b/include/clap/ext/draft/preset-load.h @@ -17,7 +17,7 @@ typedef struct clap_plugin_preset_load { // 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); + bool(CLAP_ABI *from_uri)(const clap_plugin_t *plugin, const char *uri); } clap_plugin_preset_load_t; typedef struct clap_host_preset_load {