diff --git a/src/Core/QuadMIDIToCVInterface.cpp b/src/Core/QuadMIDIToCVInterface.cpp index 485d3132..89bbe91b 100644 --- a/src/Core/QuadMIDIToCVInterface.cpp +++ b/src/Core/QuadMIDIToCVInterface.cpp @@ -257,10 +257,6 @@ struct QuadMIDIToCVInterface : Module { } void processMessage(MidiMessage msg) { - // filter MIDI channel - if ((midiInput.channel > -1) && (midiInput.channel != msg.channel())) - return; - switch (msg.status()) { // note off case 0x8: {