diff transform/FeatureExtractionModelTransformer.h @ 822:54829c1e155e tonioni

Merge from the default branch
author Chris Cannam
date Fri, 12 Jul 2013 13:10:28 +0100
parents 5295bdb58840 15cd67fcbdad
children 539740f231fa
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h	Thu Jun 20 13:47:35 2013 +0100
+++ b/transform/FeatureExtractionModelTransformer.h	Fri Jul 12 13:10:28 2013 +0100
@@ -48,8 +48,9 @@
 
     Vamp::Plugin *m_plugin;
     Vamp::Plugin::OutputDescriptor *m_descriptor;
-    int m_outputFeatureNo;
-	PreferredOutputModel m_preferredOutputModel;
+    int m_fixedRateFeatureNo; // to assign times to FixedSampleRate features
+    int m_outputNo;
+    PreferredOutputModel m_preferredOutputModel;
 
     void createOutputModel();