Skip to content

Commit

Permalink
increment after routine call (SynthstromAudible#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-m-adams committed Jun 11, 2024
1 parent d2dd2d9 commit a7331a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deluge/processing/engines/audio_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -955,9 +955,9 @@ void routine() {
deluge::hid::encoders::interpretEncoders(true);
}
#endif
numRoutines += 1;
routine_();
routineBeenCalled = true;
numRoutines += 1;
}
audioRoutineLocked = false;
}
Expand Down

0 comments on commit a7331a7

Please sign in to comment.