Save and restore plugin state. Port input file skipbuffer bug fix from standalone app.

This commit is contained in:
xenakios
2017-11-15 20:51:52 +02:00
parent f4c8d2891b
commit 4620ba818e
3 changed files with 47 additions and 10 deletions

View File

@ -75,7 +75,7 @@ private:
bool m_is_recording = false;
int m_rec_pos = 0;
void finishRecording(int lenrecorded);
bool m_using_memory_buffer = true;
bool m_using_memory_buffer = false;
int m_cur_num_out_chans = 2;
std::mutex m_mutex;
File m_current_file;