Skip to content

Commit

Permalink
num divisinons bug investigation found patch with the value = 7.99999…
Browse files Browse the repository at this point in the history
…95231628418
  • Loading branch information
AdamPorcineFudgepuppy committed Jun 20, 2024
1 parent 57d341d commit d090274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ComputerscareOhPeas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ void ComputerscareOhPeas::process(const ProcessArgs &args)
if (checkCounter > checkPeriod) {
checkForChange();
checkCounter = 0;
int knob = floor(params[NUM_DIVISIONS].getValue());
DEBUG("numDivisions %i", numDivisions);
DEBUG("knob %i", knob);
}
checkCounter++;

Expand Down

0 comments on commit d090274

Please sign in to comment.