|
@@ -124,7 +124,6 @@ struct MIDIToCVInterface : Module { |
|
|
if (!heldNotes.empty()) { |
|
|
if (!heldNotes.empty()) { |
|
|
lastNote = heldNotes[heldNotes.size() - 1]; |
|
|
lastNote = heldNotes[heldNotes.size() - 1]; |
|
|
gate = true; |
|
|
gate = true; |
|
|
retriggerPulse.trigger(1e-3); |
|
|
|
|
|
} |
|
|
} |
|
|
else { |
|
|
else { |
|
|
gate = false; |
|
|
gate = false; |
|
|