Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h Mon Dec 02 11:17:24 2013 +0000 +++ b/transform/FeatureExtractionModelTransformer.h Mon Dec 02 12:29:09 2013 +0000 @@ -63,10 +63,11 @@ void createOutputModel(int n); - void addFeature(size_t blockFrame, + void addFeature(int n, + size_t blockFrame, const Vamp::Plugin::Feature &feature); - void setCompletion(int); + void setCompletion(int, int); void getFrames(int channelCount, long startFrame, long size, float **buffer);