summaryrefslogtreecommitdiff
path: root/vamphost/src/ofxVamphost.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-06-12 17:57:11 +0100
committerTim Redfern <tim@eclectronics.org>2013-06-12 17:57:11 +0100
commit08bd1788cc640f4f6595152cd27f1922bea7d76c (patch)
tree7d83149bbea28037feedc3c663be117224813a34 /vamphost/src/ofxVamphost.cpp
parent4624bbd9628deef8a567e499752fd2215ea5a3d3 (diff)
into closing stages
Diffstat (limited to 'vamphost/src/ofxVamphost.cpp')
-rw-r--r--vamphost/src/ofxVamphost.cpp2
1 files changed, 1 insertions, 1 deletions
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"<<endl;