Tiny improvements but things arestill not working right

This commit is contained in:
xenakios
2017-11-14 00:50:12 +02:00
parent aab3fcf2a3
commit 962d4806b5
4 changed files with 13 additions and 1 deletions

View File

@ -63,8 +63,9 @@ public:
bool isRecordingEnabled() { return m_is_recording; }
double getRecordingPositionPercent();
std::unique_ptr<AudioFormatManager> m_afm;
private:
std::unique_ptr<Control> m_control;
private:
bool m_ready_to_play = false;
AudioBuffer<float> m_recbuffer;