Disable MIDI note control for now!
This commit is contained in:
parent
467b9ed904
commit
0df28fa3d6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user