Made saving captured audio optional. While it probably will never take a long time to save the buffer, show the capture saving is active in the info label

This commit is contained in:
xenakios
2018-12-19 15:16:30 +02:00
parent 6a9f9cb1e9
commit e6a614c5f5
4 changed files with 21 additions and 4 deletions

View File

@ -319,6 +319,7 @@ public:
void chooseFile();
void showRenderDialog();
void executeModalMenuAction(int menuid, int actionid);
private:
PaulstretchpluginAudioProcessor& processor;
uptrvec<ParameterComponent> m_parcomps;