diff --git a/src/Core/MIDIToCVInterface.cpp b/src/Core/MIDIToCVInterface.cpp index 8da558e9..c444e22e 100644 --- a/src/Core/MIDIToCVInterface.cpp +++ b/src/Core/MIDIToCVInterface.cpp @@ -124,7 +124,6 @@ struct MIDIToCVInterface : Module { if (!heldNotes.empty()) { lastNote = heldNotes[heldNotes.size() - 1]; gate = true; - retriggerPulse.trigger(1e-3); } else { gate = false;