Add properties file stuff. Store and restore last file import folder.

This commit is contained in:
xenakios
2017-12-19 05:24:27 +02:00
parent a8e70b76b7
commit 77f514701c
3 changed files with 30 additions and 2 deletions

View File

@ -82,7 +82,8 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
)
#endif
{
g_activeprocessors.insert(this);
g_activeprocessors.insert(this);
m_recbuffer.setSize(2, 44100);
m_recbuffer.clear();
if (m_afm->getNumKnownFormats()==0)