changeset 50:209cf46e2413

* Various improvements to colour 3d plot layer, particularly for large and/or dense plots. Still a work in progress
author Chris Cannam
date Fri, 06 Oct 2006 16:53:25 +0000
parents 17787ea5f732
children 5f9fdca0c7d8
files transform/FeatureExtractionPluginTransform.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/transform/FeatureExtractionPluginTransform.cpp	Thu Oct 05 18:45:16 2006 +0000
+++ b/transform/FeatureExtractionPluginTransform.cpp	Fri Oct 06 16:53:25 2006 +0000
@@ -407,7 +407,7 @@
 	    frame = Vamp::RealTime::realTime2Frame(feature.timestamp,
                                                    m_descriptor->sampleRate);
 	} else {
-	    frame = m_output->getEndFrame() + 1;
+	    frame = m_output->getEndFrame();
 	}
     }