Browse Source

foo

tags/1.1.0
xenakios 7 years ago
parent
commit
a16da5e445
2 changed files with 2 additions and 2 deletions
  1. +1
    -2
      Source/PluginProcessor.cpp
  2. +1
    -0
      Source/PluginProcessor.h

+ 1
- 2
Source/PluginProcessor.cpp 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>();


+ 1
- 0
Source/PluginProcessor.h 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:


Loading…
Cancel
Save