Mercurial > hg > vamp-aubio-plugins
diff plugins/Onset.h @ 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 | 4bfe0cf6e20a |
children | 1169d00391d8 |
line wrap: on
line diff
--- a/plugins/Onset.h Tue Oct 31 13:54:21 2006 +0000 +++ b/plugins/Onset.h Tue Dec 12 10:42:21 2006 +0000 @@ -46,7 +46,8 @@ OutputList getOutputDescriptors() const; - FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp); + FeatureSet process(const float *const *inputBuffers, + Vamp::RealTime timestamp); FeatureSet getRemainingFeatures();