comparison plugins/ConstantQSpectrogram.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 507f923a93e8
children 6d014fb538db
comparison
equal deleted inserted replaced
17:d4a92aab8147 18:99dadc93042e
39 size_t getPreferredStepSize() const; 39 size_t getPreferredStepSize() const;
40 size_t getPreferredBlockSize() const; 40 size_t getPreferredBlockSize() const;
41 41
42 OutputList getOutputDescriptors() const; 42 OutputList getOutputDescriptors() const;
43 43
44 FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp); 44 FeatureSet process(const float *const *inputBuffers,
45 Vamp::RealTime timestamp);
45 46
46 FeatureSet getRemainingFeatures(); 47 FeatureSet getRemainingFeatures();
47 48
48 protected: 49 protected:
49 int m_minMIDIPitch; 50 int m_minMIDIPitch;