diff 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
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h	Tue Mar 03 15:18:24 2015 +0000
+++ b/transform/FeatureExtractionModelTransformer.h	Tue Mar 03 17:09:19 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