Do envelope y scaling based on envelope point min and max values

This commit is contained in:
xenakios
2018-02-28 16:34:16 +02:00
parent b2944afbab
commit 310f549643
2 changed files with 18 additions and 2 deletions

View File

@ -321,6 +321,7 @@ void PaulstretchpluginAudioProcessorEditor::timerCallback(int id)
}
if (id == 3)
{
processor.m_free_filter_envelope->updateMinMaxValues();
m_free_filter_component.repaint();
}
}