summaryrefslogtreecommitdiff
path: root/src/ofxVamphost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofxVamphost.cpp')
-rw-r--r--src/ofxVamphost.cpp2
1 files changed, 1 insertions, 1 deletions
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"<<endl;