Use shared thumbnailcache for all plugin instances. Kind of a tricky thing with std::shared_ptr going on here using the deprecated unique method...But, oh well...

This commit is contained in:
xenakios
2017-11-23 19:12:29 +02:00
parent 9207325698
commit a109d71f09
3 changed files with 23 additions and 5 deletions

View File

@ -96,6 +96,7 @@ PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
{
g_activeprocessors.erase(this);
m_bufferingthread.stopThread(1000);
cleanUpGUI();
}
void PaulstretchpluginAudioProcessor::setPreBufferAmount(int x)