diff transform/FeatureExtractionPluginTransform.cpp @ 179:dab257bd9d2d

...
author Chris Cannam
date Fri, 21 Sep 2007 09:13:11 +0000
parents 4c120dfffe1d
children 21a76c9ed5c3
line wrap: on
line diff
--- a/transform/FeatureExtractionPluginTransform.cpp	Wed Sep 05 15:18:15 2007 +0000
+++ b/transform/FeatureExtractionPluginTransform.cpp	Fri Sep 21 09:13:11 2007 +0000
@@ -459,6 +459,7 @@
 	SparseTimeValueModel *model = getOutput<SparseTimeValueModel>();
 	if (!model) return;
 	model->addPoint(SparseTimeValueModel::Point(frame, value, feature.label.c_str()));
+//        std::cerr << "SparseTimeValueModel::addPoint(" << frame << ", " << value << "), " << feature.label.c_str() << std::endl;
 
     } else if (m_descriptor->sampleType == 
 	       Vamp::Plugin::OutputDescriptor::VariableSampleRate) {