clap

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

commit 07403fcafa23021d7a33c335c32315cb3615f261
parent ca2c4f7ea0d9fc00d7fad9d691e6c643576458f4
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 29 Sep 2014 14:26:41 +0200

Add support to the plugin

Diffstat:
Mclap.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/clap.h b/clap.h @@ -176,6 +176,7 @@ struct clap_plugin const char *version; const char *url; const char *license; + const char *support; // a link to the support, mailto:support@XXX.com or http://XXX.com/support uint32_t plugin_type; uint32_t inputs_count; uint32_t outputs_count;