* Update to new Vamp process()
[vamp-aubio-plugins.git] / plugins / Notes.cpp
index 1822954..eb68cee 100644 (file)
@@ -328,7 +328,7 @@ Notes::getOutputDescriptors() const
 }
 
 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) {