comparison transform/FeatureExtractionModelTransformer.h @ 850:dba8a02b0413 tonioni_multi_transform

Update the rest of the transforms stuff, so now it builds and runs again
author Chris Cannam
date Mon, 02 Dec 2013 12:29:09 +0000
parents 418cd2064769
children 13803edd513d
comparison
equal deleted inserted replaced
849:418cd2064769 850:dba8a02b0413
61 std::vector<int> m_outputNos; 61 std::vector<int> m_outputNos;
62 PreferredOutputModel m_preferredOutputModel; 62 PreferredOutputModel m_preferredOutputModel;
63 63
64 void createOutputModel(int n); 64 void createOutputModel(int n);
65 65
66 void addFeature(size_t blockFrame, 66 void addFeature(int n,
67 size_t blockFrame,
67 const Vamp::Plugin::Feature &feature); 68 const Vamp::Plugin::Feature &feature);
68 69
69 void setCompletion(int); 70 void setCompletion(int, int);
70 71
71 void getFrames(int channelCount, long startFrame, long size, 72 void getFrames(int channelCount, long startFrame, long size,
72 float **buffer); 73 float **buffer);
73 74
74 // just casts 75 // just casts