commit be47a9f18da0ad48692987d33048509472c8440c
parent bda34fad9e1c7d5ed5d3b4775bf34a730b3ce9fb
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 29 Sep 2014 15:44:09 +0200
Add extention to the host
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/clap.h b/clap.h
@@ -39,8 +39,12 @@ struct clap_host
const char *manufacturer;
const char *version;
+ /* gui */
uint32_t (*gui_opened)(struct clap_host *host, struct clap_plugin *plugin);
uint32_t (*gui_closed)(struct clap_host *host, struct clap_plugin *plugin);
+
+ /* future features */
+ void *(*extention)(struct clap_plugin *plugin, const char *extention_id);
};
enum clap_param_type