This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Befaco
mirror of
https://github.com/VCVRack/Befaco.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Rampage: Turn gate off if not rising or falling
tags/v0.4.0
Andrew Belt
7 years ago
parent
eb41907763
commit
402dc9f164
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/Rampage.cpp
+ 3
- 0
src/Rampage.cpp
View File
@@ -134,6 +134,9 @@ void Rampage::step() {
}
}
}
else {
gate[c] = false;
}
if (!rising && !falling) {
out[c] = in;
Write
Preview
Loading…
Cancel
Save