# HG changeset patch # User Chris Cannam # Date 1160153605 0 # Node ID 209cf46e24137f4504ed0b160295d3d8f7e2c24c # Parent 17787ea5f73284a81a4cd908b6f9f6b540012391 * Various improvements to colour 3d plot layer, particularly for large and/or dense plots. Still a work in progress diff -r 17787ea5f732 -r 209cf46e2413 transform/FeatureExtractionPluginTransform.cpp --- 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(); } }