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 --- 03_play/bin/TRSS_nesbitt_recordings.xml | 66 +++++++++++++++++++++++++++++++++ vamphost/src/ofxVamphost.cpp | 2 +- vamphost/src/ofxVamphost.h | 1 + 3 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 03_play/bin/TRSS_nesbitt_recordings.xml diff --git a/03_play/bin/TRSS_nesbitt_recordings.xml b/03_play/bin/TRSS_nesbitt_recordings.xml new file mode 100644 index 0000000..7154306 --- /dev/null +++ b/03_play/bin/TRSS_nesbitt_recordings.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file 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"<