Initial work to add back the free filter feature

This commit is contained in:
xenakios
2018-02-27 02:33:41 +02:00
parent 600f2d1251
commit cf9b54d19b
7 changed files with 73 additions and 10 deletions

View File

@ -80,7 +80,10 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
g_activeprocessors.insert(this);
m_playposinfo.timeInSeconds = 0.0;
m_recbuffer.setSize(2, 44100);
m_free_filter_envelope = std::make_shared<breakpoint_envelope>();
m_recbuffer.setSize(2, 44100);
m_recbuffer.clear();
if (m_afm->getNumKnownFormats()==0)
m_afm->registerBasicFormats();