Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.cpp @ 445:55cff2c6e4a0
* some work on transform finder
author | Chris Cannam |
---|---|
date | Thu, 25 Sep 2008 12:44:23 +0000 |
parents | 288f45533041 |
children | 3c5252e7cefd |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp Tue Sep 23 13:39:25 2008 +0000 +++ b/transform/FeatureExtractionModelTransformer.cpp Thu Sep 25 12:44:23 2008 +0000 @@ -212,6 +212,8 @@ if (binCount == 0 && (preDurationPlugin || !m_descriptor->hasDuration)) { + // Anything with no value and no duration is an instant + m_output = new SparseOneDimensionalModel(modelRate, modelResolution, false);