foo
This commit is contained in:
parent
3543b80f3a
commit
a16da5e445
@ -67,8 +67,7 @@ inline AudioParameterFloat* make_floatpar(String id, String name, float minv, fl
|
|||||||
PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
|
PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
|
||||||
: m_bufferingthread("pspluginprebufferthread")
|
: m_bufferingthread("pspluginprebufferthread")
|
||||||
{
|
{
|
||||||
|
g_activeprocessors.insert(this);
|
||||||
g_activeprocessors.insert(this);
|
|
||||||
m_playposinfo.timeInSeconds = 0.0;
|
m_playposinfo.timeInSeconds = 0.0;
|
||||||
|
|
||||||
m_free_filter_envelope = std::make_shared<breakpoint_envelope>();
|
m_free_filter_envelope = std::make_shared<breakpoint_envelope>();
|
||||||
|
@ -189,6 +189,7 @@ public:
|
|||||||
int m_prepare_count = 0;
|
int m_prepare_count = 0;
|
||||||
shared_envelope m_free_filter_envelope;
|
shared_envelope m_free_filter_envelope;
|
||||||
bool m_import_dlg_open = false;
|
bool m_import_dlg_open = false;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user