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 {