From a720f370fdb8a79a70a218c1d7bcb9069f50ff9d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 29 May 2013 15:38:54 +0100 Subject: activate vamp --- src/ofxVamphost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ofxVamphost.cpp') diff --git a/src/ofxVamphost.cpp b/src/ofxVamphost.cpp index e5ef92b..7fd91d6 100644 --- a/src/ofxVamphost.cpp +++ b/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"<