Mercurial > hg > qm-vamp-plugins
diff plugins/ChromagramPlugin.h @ 18:99dadc93042e
* Adapt to Vamp API update
* Add an output for locked tempo from beat detector
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 08 Dec 2006 18:06:35 +0000 |
parents | 641ce27165bd |
children | 6d014fb538db |
line wrap: on
line diff
--- a/plugins/ChromagramPlugin.h Thu Nov 30 14:53:29 2006 +0000 +++ b/plugins/ChromagramPlugin.h Fri Dec 08 18:06:35 2006 +0000 @@ -41,7 +41,8 @@ OutputList getOutputDescriptors() const; - FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp); + FeatureSet process(const float *const *inputBuffers, + Vamp::RealTime timestamp); FeatureSet getRemainingFeatures();