From 08bd1788cc640f4f6595152cd27f1922bea7d76c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 12 Jun 2013 17:57:11 +0100 Subject: into closing stages --- vamphost/src/ofxVamphost.cpp | 2 +- vamphost/src/ofxVamphost.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'vamphost') diff --git a/vamphost/src/ofxVamphost.cpp b/vamphost/src/ofxVamphost.cpp index e5ef92b..7fd91d6 100644 --- a/vamphost/src/ofxVamphost.cpp +++ b/vamphost/src/ofxVamphost.cpp @@ -190,7 +190,7 @@ void Vamphost::process_frame(float *data,int samples_in_frame){ //I /think/ that the vamp plugin keeps processing through the plugbuf until it encounters 0s rt = RealTime::frame2RealTime(currentStep * stepSize, rate); - Plugin::FeatureSet feat=plugin->process(plugbuf, rt); + feat=plugin->process(plugbuf, rt); //if (feat[outputNo].size()>0) cerr<<"BEAT"<