clap

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

commit 5b24f8023b68e2a455633868b5df460a09a58ff0
parent de9aa5d3b0c6902076ec29ed2bbbcf410d032ba2
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat,  4 Nov 2023 11:29:07 +0100

Update include/clap/ext/draft/preset-load.h

Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
Diffstat:
Minclude/clap/ext/draft/preset-load.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/preset-load.h b/include/clap/ext/draft/preset-load.h @@ -12,7 +12,6 @@ typedef struct clap_plugin_preset_load { // Loads a preset in the plugin native preset file format from a location. // The preset discovery provider defines the location and load_key to be passed to this function. // Returns true on success. - // // [main-thread] bool(CLAP_ABI *from_location)(const clap_plugin_t *plugin, uint32_t location_kind,