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
Don't retrigger on release for MIDI-1
tags/v0.6.1
Andrew Belt
6 years ago
parent
c756329bfc
commit
7f6745ca58
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/Core/MIDIToCVInterface.cpp
+ 0
- 1
src/Core/MIDIToCVInterface.cpp
View File
@@ -124,7 +124,6 @@ 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