Mercurial > hg > vamp-aubio-plugins
comparison plugins/Notes.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 | 4493cb063598 |
children | 1169d00391d8 |
comparison
equal
deleted
inserted
replaced
11:dcc20cd836d7 | 12:62414aaaaa7e |
---|---|
46 size_t getPreferredStepSize() const; | 46 size_t getPreferredStepSize() const; |
47 size_t getPreferredBlockSize() const; | 47 size_t getPreferredBlockSize() const; |
48 | 48 |
49 OutputList getOutputDescriptors() const; | 49 OutputList getOutputDescriptors() const; |
50 | 50 |
51 FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp); | 51 FeatureSet process(const float *const *inputBuffers, |
52 Vamp::RealTime timestamp); | |
52 | 53 |
53 FeatureSet getRemainingFeatures(); | 54 FeatureSet getRemainingFeatures(); |
54 | 55 |
55 protected: | 56 protected: |
56 fvec_t *m_ibuf; | 57 fvec_t *m_ibuf; |