Init playposition info seconds to zero to try avoiding garbage value to show

This commit is contained in:
xenakios 2018-02-09 15:34:39 +02:00
parent 10a36338b8
commit 05a6eb21f0

View File

@ -78,7 +78,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
{
g_activeprocessors.insert(this);
m_playposinfo.timeInSeconds = 0.0;
m_recbuffer.setSize(2, 44100);
m_recbuffer.clear();
if (m_afm->getNumKnownFormats()==0)