Mercurial > hg > sonic-visualiser
changeset 179:dab257bd9d2d
...
author | Chris Cannam |
---|---|
date | Fri, 21 Sep 2007 09:13:11 +0000 |
parents | 3e5a32a2acf4 |
children | 98ba77e0d897 |
files | transform/FeatureExtractionPluginTransform.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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) {