Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h Mon Mar 23 10:04:48 2015 +0000 +++ b/transform/FeatureExtractionModelTransformer.h Mon Mar 23 11:26:28 2015 +0000 @@ -66,12 +66,12 @@ SparseTimeValueModel *getAdditionalModel(int transformNo, int binNo); void addFeature(int n, - int blockFrame, + sv_frame_t blockFrame, const Vamp::Plugin::Feature &feature); void setCompletion(int, int); - void getFrames(int channelCount, long startFrame, long size, + void getFrames(int channelCount, sv_frame_t startFrame, sv_frame_t size, float **buffer); // just casts