commit 1b5ecf90bc8548c11fb0344fb6ee22772634993c
parent 9adde15788d76580f136d81e7f94f187f10a5c0d
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 10 Nov 2014 20:22:58 +0100
Add is_used to clap_parameter
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h
@@ -155,6 +155,7 @@ struct clap_param
char desc[CLAP_DESC_SIZE];
bool is_per_note;
char display_text[CLAP_DISPLAY_SIZE]; // the text used to display the value
+ bool is_used; // is this parameter used by the patch?
union clap_param_value value;
union clap_param_value min;
union clap_param_value max;