Mercurial > hg > svcore
comparison transform/FeatureExtractionModelTransformer.h @ 1057:5c5d4863b428 tonioni
Merge from cxx11 branch
author | Chris Cannam |
---|---|
date | Mon, 23 Mar 2015 11:26:28 +0000 |
parents | b14064bd1f97 |
children | 5a1198083d9a |
comparison
equal
deleted
inserted
replaced
1056:c4898e57eea5 | 1057:5c5d4863b428 |
---|---|
64 typedef std::map<int, std::map<int, SparseTimeValueModel *> > AdditionalModelMap; | 64 typedef std::map<int, std::map<int, SparseTimeValueModel *> > AdditionalModelMap; |
65 AdditionalModelMap m_additionalModels; | 65 AdditionalModelMap m_additionalModels; |
66 SparseTimeValueModel *getAdditionalModel(int transformNo, int binNo); | 66 SparseTimeValueModel *getAdditionalModel(int transformNo, int binNo); |
67 | 67 |
68 void addFeature(int n, | 68 void addFeature(int n, |
69 int blockFrame, | 69 sv_frame_t blockFrame, |
70 const Vamp::Plugin::Feature &feature); | 70 const Vamp::Plugin::Feature &feature); |
71 | 71 |
72 void setCompletion(int, int); | 72 void setCompletion(int, int); |
73 | 73 |
74 void getFrames(int channelCount, long startFrame, long size, | 74 void getFrames(int channelCount, sv_frame_t startFrame, sv_frame_t size, |
75 float **buffer); | 75 float **buffer); |
76 | 76 |
77 // just casts | 77 // just casts |
78 | 78 |
79 DenseTimeValueModel *getConformingInput(); | 79 DenseTimeValueModel *getConformingInput(); |