This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
MIDI-1: Add retrigger when key is lifted
tags/v0.6.0
Andrew Belt
6 years ago
parent
53b898641e
commit
d4c9bad375
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Core/MIDIToCVInterface.cpp
+ 1
- 0
src/Core/MIDIToCVInterface.cpp
View File
@@ -103,6 +103,7 @@ struct MIDIToCVInterface : Module {
if (!heldNotes.empty()) {
lastNote = heldNotes[heldNotes.size() - 1];
gate = true;
retriggerPulse.trigger(1e-3);
}
else {
gate = false;
Write
Preview
Loading…
Cancel
Save