Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
default binary mode in aAvsBb to false
  • Loading branch information
catronomix committed Jun 29, 2019
1 parent 9653de7 commit 4611e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CatroModulo_CM-8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct CM8Module : Module {
srand(time(NULL));
cia = 1;
lo = hi = lastA = lastB = currentA = currentB = 0.0;
binarymode = true;
binarymode = false;
}
void process(const ProcessArgs &args) override;
};
Expand Down
2 changes: 1 addition & 1 deletion src/CatroModulo_CM-9.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct CM9Module : Module {
};

//initializations
int mode;
//int mode;
dsp::SchmittTrigger clkTrigger;
dsp::SchmittTrigger rstTrigger;
CM_stepper stepper;
Expand Down

0 comments on commit 4611e9a

Please sign in to comment.