diff BeatRootProcessor.cpp @ 23:633ec097fa56

Expose the processing parameters Simon suggests
author Chris Cannam
date Tue, 03 Sep 2013 17:32:09 +0100
parents 6afcb5edd7ab
children 937432fc2898
line wrap: on
line diff
--- a/BeatRootProcessor.cpp	Wed Aug 28 16:50:40 2013 +0100
+++ b/BeatRootProcessor.cpp	Tue Sep 03 17:32:09 2013 +0100
@@ -67,7 +67,7 @@
     std::cerr << "Onsets: " << onsetList.size() << std::endl;
 #endif
 
-    return BeatTracker::beatTrack(onsetList);
+    return BeatTracker::beatTrack(agentParameters, onsetList);
 
 } // processFile()