comparison transform/ModelTransformerFactory.h @ 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
comparison
equal deleted inserted replaced
858:6b77fcc39723 859:13803edd513d
127 127
128 typedef std::set<ModelTransformer *> TransformerSet; 128 typedef std::set<ModelTransformer *> TransformerSet;
129 TransformerSet m_runningTransformers; 129 TransformerSet m_runningTransformers;
130 130
131 static ModelTransformerFactory *m_instance; 131 static ModelTransformerFactory *m_instance;
132 /**
133 * allows the FeatureExtractionModelTransformer output model to be selected externally,
134 * but only in case of the need for NoteModel or FlexiNoteModel
135 */
136 FeatureExtractionModelTransformer::PreferredOutputModel m_preferredOutputModel ;
137 }; 132 };
138 133
139 134
140 #endif 135 #endif