This commit is contained in:
xenakios 2018-03-16 20:41:44 +02:00
parent 3543b80f3a
commit a16da5e445
2 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,7 @@ inline AudioParameterFloat* make_floatpar(String id, String name, float minv, fl
PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
: m_bufferingthread("pspluginprebufferthread")
{
g_activeprocessors.insert(this);
g_activeprocessors.insert(this);
m_playposinfo.timeInSeconds = 0.0;
m_free_filter_envelope = std::make_shared<breakpoint_envelope>();

View File

@ -189,6 +189,7 @@ public:
int m_prepare_count = 0;
shared_envelope m_free_filter_envelope;
bool m_import_dlg_open = false;
private: