diff transform/ModelTransformerFactory.cpp @ 859:13803edd513d tonioni

Use a settings setting for flexi/non-flexi determination -- this may not be the right thing in the long run but it's simpler and easier than passing through a random value that doesn't actually come from anywhere
author Chris Cannam
date Wed, 04 Dec 2013 19:30:02 +0000
parents dba8a02b0413
children b109b88bfa85
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.cpp	Wed Dec 04 19:29:19 2013 +0000
+++ b/transform/ModelTransformerFactory.cpp	Wed Dec 04 19:30:02 2013 +0000
@@ -175,7 +175,7 @@
     if (FeatureExtractionPluginFactory::instanceFor(id)) {
 
         transformer =
-            new FeatureExtractionModelTransformer(input, transforms, FeatureExtractionModelTransformer::FlexiNoteOutputModel); //!!! gross
+            new FeatureExtractionModelTransformer(input, transforms);
 
     } else if (RealTimePluginFactory::instanceFor(id)) {