diff --git a/plugins/ladspa_effect/LadspaEffect.cpp b/plugins/ladspa_effect/LadspaEffect.cpp index 08e087d7d..0ad2ec73e 100644 --- a/plugins/ladspa_effect/LadspaEffect.cpp +++ b/plugins/ladspa_effect/LadspaEffect.cpp @@ -418,6 +418,11 @@ void LadspaEffect::pluginInstantiation() p->def = 1.0f; } } + else if( manager->areHintsSampleRateDependent( m_key, port ) ) + { + p->def *= m_maxSampleRate; + } + p->max *= p->scale; p->min *= p->scale;