From 8502f5557eabd01d015545703ff9621d15cae6f3 Mon Sep 17 00:00:00 2001 From: Nytra <14206961+Nytra@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:15:08 +0100 Subject: [PATCH] Turn off debug (I always forget this) --- ProjectObsidian/Components/Devices/MIDI/MIDI_InputDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectObsidian/Components/Devices/MIDI/MIDI_InputDevice.cs b/ProjectObsidian/Components/Devices/MIDI/MIDI_InputDevice.cs index 7bd1c4a..c8c7cec 100644 --- a/ProjectObsidian/Components/Devices/MIDI/MIDI_InputDevice.cs +++ b/ProjectObsidian/Components/Devices/MIDI/MIDI_InputDevice.cs @@ -56,7 +56,7 @@ public class MIDI_InputDevice : Component public event MIDI_SystemRealtimeEventHandler Reset; - private const bool DEBUG = true; + private const bool DEBUG = false; private struct TimestampedMidiEvent {