diff plugins/Notes.cpp @ 12:62414aaaaa7e

* Update to new Vamp process() * Add hack for getting raw tempo out of hacked Aubio
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 12 Dec 2006 10:42:21 +0000
parents 08274106d3e0
children 1169d00391d8
line wrap: on
line diff
--- a/plugins/Notes.cpp	Tue Oct 31 13:54:21 2006 +0000
+++ b/plugins/Notes.cpp	Tue Dec 12 10:42:21 2006 +0000
@@ -328,7 +328,7 @@
 }
 
 Notes::FeatureSet
-Notes::process(float **inputBuffers, Vamp::RealTime timestamp)
+Notes::process(const float *const *inputBuffers, Vamp::RealTime timestamp)
 {
     for (size_t i = 0; i < m_stepSize; ++i) {
         for (size_t j = 0; j < m_channelCount; ++j) {