Browse Source

Disable MIDI note control for now!

master
xenakios 7 years ago
parent
commit
0df28fa3d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Source/PluginProcessor.h

+ 1
- 1
Source/PluginProcessor.h 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;


Loading…
Cancel
Save