fixed offline rendering bugs. more layout tweaks

This commit is contained in:
essej
2022-04-15 19:13:55 -04:00
parent 3510b0ee6f
commit 3c313e4f50
10 changed files with 182 additions and 49 deletions

View File

@ -249,6 +249,8 @@ public:
bool m_save_captured_audio = true;
String m_capture_location;
bool m_midinote_control = false;
bool m_use_jumpsliders = true;
std::function<void(const FileChooser&)> m_filechoose_callback;
private:
bool m_prebuffering_inited = false;