Mercurial > hg > svcore
changeset 72:9bbc57e8bf43
* fix to plugin output resolution
author | Chris Cannam |
---|---|
date | Thu, 06 Apr 2006 15:12:53 +0000 |
parents | e32c6a6cb40f |
children | e9b8b51f6326 |
files | transform/FeatureExtractionPluginTransform.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/transform/FeatureExtractionPluginTransform.cpp Thu Apr 06 12:12:41 2006 +0000 +++ b/transform/FeatureExtractionPluginTransform.cpp Thu Apr 06 15:12:53 2006 +0000 @@ -125,7 +125,7 @@ break; case Vamp::Plugin::OutputDescriptor::OneSamplePerStep: - modelResolution = m_plugin->getPreferredStepSize(); + modelResolution = m_stepSize; break; case Vamp::Plugin::OutputDescriptor::FixedSampleRate: