This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
25
Wiki
Activity
Browse Source
SEQ3: Reset phase when reset trigger is received.
tags/v2.4.0
Andrew Belt
9 months ago
parent
fae4f4fc36
commit
b021ab5a37
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/SEQ3.cpp
+ 2
- 0
src/SEQ3.cpp
View File
@@ -163,6 +163,8 @@ struct SEQ3 : Module {
resetPulse.trigger(1e-3f);
// Reset step index
index = 0;
// Reset phase
phase = 0.f;
}
bool resetGate = resetPulse.process(args.sampleTime);
Write
Preview
Loading…
Cancel
Save