comparison transform/FeatureExtractionModelTransformer.h @ 1039:b14064bd1f97 cxx11

This code now compiles. Main problem: sample rate types
author Chris Cannam
date Tue, 03 Mar 2015 17:09:19 +0000
parents 06579b8ffb7b
children 5a1198083d9a
comparison
equal deleted inserted replaced
1038:cc27f35aa75c 1039:b14064bd1f97
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();