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