changeset 445:55cff2c6e4a0

* some work on transform finder
author Chris Cannam
date Thu, 25 Sep 2008 12:44:23 +0000
parents 14521503f196
children aa190a6a2625
files transform/FeatureExtractionModelTransformer.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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);