Don't reset thumbnail in prepareToPlay
This commit is contained in:
parent
f2d0d3617a
commit
efe5781271
@ -413,7 +413,7 @@ void PaulstretchpluginAudioProcessor::prepareToPlay(double sampleRate, int sampl
|
||||
m_stretch_source->setAudioBufferAsInputSource(&m_recbuffer,
|
||||
getSampleRateChecked(),
|
||||
len);
|
||||
m_thumb->reset(m_recbuffer.getNumChannels(), sampleRate, len);
|
||||
//m_thumb->reset(m_recbuffer.getNumChannels(), sampleRate, len);
|
||||
}
|
||||
if (m_prebuffering_inited == false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user