Disable MIDI note control for now!

This commit is contained in:
xenakios 2019-01-17 22:15:46 +02:00
parent 467b9ed904
commit 0df28fa3d6

View File

@ -227,7 +227,7 @@ public:
bool m_is_recording = false;
bool m_save_captured_audio = true;
String m_capture_location;
bool m_midinote_control = true;
bool m_midinote_control = false;
private:
bool m_prebuffering_inited = false;
AudioBuffer<float> m_recbuffer;