clap

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

commit 2c01ed8414cea4d33b8762d9907a38755c6638f1
parent 1f261e4e9357c3ab348a6e5ecc4c16282a41b0f3
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sun, 30 Nov 2014 14:50:15 +0100

Fix compil

Diffstat:
Minclude/clap/clap.h | 3+--
Mtools/clap-jack-host/clap-jack-host.c | 1-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -1,4 +1,4 @@ -/** +/* * CLAP - CLever Audio Plugin (<--- needs to find a marketing ok name) * ~~~~~~~~~~~~~~~~~~~~~~~~~~ * @@ -211,7 +211,6 @@ struct clap_event struct clap_event_latency latency; struct clap_event_tempo tempo; struct clap_event_jump jump; - struct clap_event_custom_data custom_data; }; }; diff --git a/tools/clap-jack-host/clap-jack-host.c b/tools/clap-jack-host/clap-jack-host.c @@ -87,7 +87,6 @@ int process(jack_nframes_t nframes, void *arg) p.input = in; p.output = out; p.samples_count = nframes; - p.is_offline = false; p.steady_time = app->steady_time; // XXX add time info