Mercurial > hg > qm-vamp-plugins
diff plugins/TonalChangeDetect.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 | 991d0fe8bb27 |
children | 6d014fb538db |
line wrap: on
line diff
--- a/plugins/TonalChangeDetect.h Thu Nov 30 14:53:29 2006 +0000 +++ b/plugins/TonalChangeDetect.h Fri Dec 08 18:06:35 2006 +0000 @@ -47,7 +47,8 @@ OutputList getOutputDescriptors() const; - FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp); + FeatureSet process(const float *const *inputBuffers, + Vamp::RealTime timestamp); FeatureSet getRemainingFeatures();