summaryrefslogtreecommitdiff
path: root/src/ofxVamphost.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-05-29 15:38:54 +0100
committerTim Redfern <tim@eclectronics.org>2013-05-29 15:38:54 +0100
commita720f370fdb8a79a70a218c1d7bcb9069f50ff9d (patch)
treeaee6b8eaff2b7e39b041d69398c9a6e9120673ca /src/ofxVamphost.cpp
parent809d05f2b17409c0b18951c0107c7fc275621b0c (diff)
activate vamp
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;