Allow free filter to attenuate more

This commit is contained in:
xenakios
2018-03-03 15:57:24 +02:00
parent 71221b41a1
commit 536b1ccaf1
2 changed files with 2 additions and 3 deletions

View File

@ -41,7 +41,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
};
m_free_filter_component.ValueFromNormalized = [this](double x)
{
return jmap<double>(x, 0.0, 1.0, -36.0, 12.0);
return jmap<double>(x, 0.0, 1.0, -48.0, 12.0);
};
m_wavefilter_tab.setTabBarDepth(20);