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