Allow cancelling offline render

This commit is contained in:
xenakios
2018-02-26 20:09:47 +02:00
parent ba067f7d4a
commit d76ac6118a
3 changed files with 12 additions and 3 deletions

View File

@ -163,6 +163,7 @@ public:
void setStateFromTree(ValueTree tree);
String offlineRender(File outputfile);
std::atomic<int> m_offline_render_state{ -1 };
std::atomic<bool> m_offline_render_cancel_requested{ false };
bool m_state_dirty = false;
std::unique_ptr<AudioThumbnail> m_thumb;
bool m_show_technical_info = false;