Add settings menu button

This commit is contained in:
xenakios
2017-12-20 00:50:47 +02:00
parent bcd03d923e
commit b6e46bd293
3 changed files with 19 additions and 2 deletions

View File

@ -297,6 +297,7 @@ void PaulstretchpluginAudioProcessor::prepareToPlay(double sampleRate, int sampl
m_cur_num_out_chans = numoutchans;
m_ready_to_play = true;
}
}
void PaulstretchpluginAudioProcessor::releaseResources()