clap

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

commit fb4a32caf74330809a0ec8ddb64b9876ab48e1e1
parent deb30e8bc56b0d9fed49d59cb586f20c339c81a2
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed,  3 Dec 2014 23:03:48 +0100

ext/params: add "is_periodic"

Diffstat:
Minclude/clap/ext/params.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -34,6 +34,7 @@ struct clap_param enum clap_param_type type; bool is_per_note; bool is_used; // is this parameter used by the patch? + bool is_periodic; union clap_param_value value; union clap_param_value min; union clap_param_value max;