comparison 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
comparison
equal deleted inserted replaced
22:6afcb5edd7ab 23:633ec097fa56
65 65
66 #ifdef DEBUG_BEATROOT 66 #ifdef DEBUG_BEATROOT
67 std::cerr << "Onsets: " << onsetList.size() << std::endl; 67 std::cerr << "Onsets: " << onsetList.size() << std::endl;
68 #endif 68 #endif
69 69
70 return BeatTracker::beatTrack(onsetList); 70 return BeatTracker::beatTrack(agentParameters, onsetList);
71 71
72 } // processFile() 72 } // processFile()
73 73