diff --git a/src/Core/QuadMIDIToCVInterface.cpp b/src/Core/QuadMIDIToCVInterface.cpp index 485d3132..495e2735 100644 --- a/src/Core/QuadMIDIToCVInterface.cpp +++ b/src/Core/QuadMIDIToCVInterface.cpp @@ -258,8 +258,8 @@ struct QuadMIDIToCVInterface : Module { void processMessage(MidiMessage msg) { // filter MIDI channel - if ((midiInput.channel > -1) && (midiInput.channel != msg.channel())) - return; +// if ((midiInput.channel > -1) && (midiInput.channel != msg.channel())) +// return; switch (msg.status()) { // note off