Crashing was probably because of wrongly placed prepareToPlay call

This commit is contained in:
xenakios
2017-11-13 19:41:47 +02:00
parent d97975f27a
commit 793279a20a
3 changed files with 6 additions and 5 deletions

View File

@ -37,6 +37,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
{
m_control->stopplay();
}
//==============================================================================