foo
This commit is contained in:
parent
f67d8cc319
commit
d0f912ba1f
@ -247,7 +247,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
|
||||
|
||||
PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor()
|
||||
{
|
||||
|
||||
//Logger::writeToLog("PaulX Editor destroyed");
|
||||
}
|
||||
|
||||
void PaulstretchpluginAudioProcessorEditor::showRenderDialog()
|
||||
|
@ -253,9 +253,11 @@ public:
|
||||
void currentTabChanged(int newCurrentTabIndex, const String&) override
|
||||
{
|
||||
//m_cur_tab = newCurrentTabIndex;
|
||||
|
||||
}
|
||||
private:
|
||||
int& m_cur_tab;
|
||||
|
||||
};
|
||||
|
||||
class PaulstretchpluginAudioProcessorEditor : public AudioProcessorEditor,
|
||||
|
@ -181,6 +181,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
|
||||
|
||||
PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
|
||||
{
|
||||
//Logger::writeToLog("PaulX AudioProcessor destroyed");
|
||||
m_thumb->removeAllChangeListeners();
|
||||
m_thumb = nullptr;
|
||||
m_bufferingthread.stopThread(1000);
|
||||
|
Loading…
Reference in New Issue
Block a user