Don't reset thumbnail in prepareToPlay

This commit is contained in:
xenakios 2018-02-19 21:09:09 +02:00
parent f2d0d3617a
commit efe5781271

View File

@ -413,7 +413,7 @@ void PaulstretchpluginAudioProcessor::prepareToPlay(double sampleRate, int sampl
m_stretch_source->setAudioBufferAsInputSource(&m_recbuffer, m_stretch_source->setAudioBufferAsInputSource(&m_recbuffer,
getSampleRateChecked(), getSampleRateChecked(),
len); len);
m_thumb->reset(m_recbuffer.getNumChannels(), sampleRate, len); //m_thumb->reset(m_recbuffer.getNumChannels(), sampleRate, len);
} }
if (m_prebuffering_inited == false) if (m_prebuffering_inited == false)
{ {