Mercurial > hg > vamp-aubio-plugins
diff plugins/Onset.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 | 75189a3dc043 |
children | 1169d00391d8 |
line wrap: on
line diff
--- a/plugins/Onset.cpp Tue Oct 31 13:54:21 2006 +0000 +++ b/plugins/Onset.cpp Tue Dec 12 10:42:21 2006 +0000 @@ -225,7 +225,8 @@ } Onset::FeatureSet -Onset::process(float **inputBuffers, Vamp::RealTime timestamp) +Onset::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) {