Skip to content

Commit

Permalink
Fix reset behavior in Sequence5 where resetting while clocking jumps …
Browse files Browse the repository at this point in the history
…to step 2
  • Loading branch information
benirose committed May 26, 2022
1 parent ccf25bf commit 5801402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/o_c_REV/HEM_Sequence5.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public:

if (Clock(0)) StartADCLag();

if (EndOfADCLag()) {
if (EndOfADCLag() && !Gate(1)) {
Advance(step);
if (step == 0) ClockOut(1);
play = 1;
Expand Down

0 comments on commit 5801402

Please sign in to comment.