Add parameters. Use plain old member variables for main volume and loop xfade length. GUI layout tweak.

This commit is contained in:
xenakios
2017-11-25 21:25:46 +02:00
parent 4a89c2f1c4
commit eece70d89b
5 changed files with 40 additions and 15 deletions

View File

@ -73,7 +73,7 @@ private:
bool m_ready_to_play = false;
AudioBuffer<float> m_recbuffer;
double m_max_reclen = 5;
double m_max_reclen = 10.0;
bool m_is_recording = false;
int m_rec_pos = 0;
void finishRecording(int lenrecorded);