commit 742b27a2c930239260491d353ee7206226a3fa80
parent f88592535d1bc811ec1e639aa33a4820a35d1daf
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Sun, 30 Nov 2014 13:41:06 +0100
Update the param->is_used in param event
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h
@@ -150,6 +150,7 @@ struct clap_event_param
char display_text[CLAP_DISPLAY_SIZE]; // use this for display.
bool is_recordable; // used to tell the host if this event
// can be recorded
+ bool is_used; // is the parameter used in the patch?
};
struct clap_event_control