Add properties file stuff. Store and restore last file import folder.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user