Browse Source

foo

master
xenakios 6 years ago
parent
commit
d0f912ba1f
3 changed files with 4 additions and 1 deletions
  1. +1
    -1
      Source/PluginEditor.cpp
  2. +2
    -0
      Source/PluginEditor.h
  3. +1
    -0
      Source/PluginProcessor.cpp

+ 1
- 1
Source/PluginEditor.cpp View File

@@ -247,7 +247,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau


PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor() PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor()
{ {
//Logger::writeToLog("PaulX Editor destroyed");
} }


void PaulstretchpluginAudioProcessorEditor::showRenderDialog() void PaulstretchpluginAudioProcessorEditor::showRenderDialog()


+ 2
- 0
Source/PluginEditor.h View File

@@ -253,9 +253,11 @@ public:
void currentTabChanged(int newCurrentTabIndex, const String&) override void currentTabChanged(int newCurrentTabIndex, const String&) override
{ {
//m_cur_tab = newCurrentTabIndex; //m_cur_tab = newCurrentTabIndex;
} }
private: private:
int& m_cur_tab; int& m_cur_tab;
}; };


class PaulstretchpluginAudioProcessorEditor : public AudioProcessorEditor, class PaulstretchpluginAudioProcessorEditor : public AudioProcessorEditor,


+ 1
- 0
Source/PluginProcessor.cpp View File

@@ -181,6 +181,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()


PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor() PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
{ {
//Logger::writeToLog("PaulX AudioProcessor destroyed");
m_thumb->removeAllChangeListeners(); m_thumb->removeAllChangeListeners();
m_thumb = nullptr; m_thumb = nullptr;
m_bufferingthread.stopThread(1000); m_bufferingthread.stopThread(1000);


Loading…
Cancel
Save