Skip to content

Commit

Permalink
bump initial debug range
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPorcineFudgepuppy committed Jun 20, 2024
1 parent 6d535bb commit 1a97d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ComputerscareDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct ComputerscareDebug : Module {
int clockMode = 1;
int inputMode = 2;

int outputRangeEnum = 0;
int outputRangeEnum = 5;

int numOutputChannels = 16;

Expand Down Expand Up @@ -407,7 +407,7 @@ struct DebugViz : TransparentWidget {
for (int i = 0; i < 16; i++) {
polyVals.push_back(Vec(lengthsToDraw[i], 0.f));

colors.push_back(draw.sincolor(-colorsToDraw[i]/3, {1, 1, 2}));
colors.push_back(draw.sincolor(-colorsToDraw[i]/3, {1.5, 1, 3.3}));

thicknesses.push_back(Vec(260 / (1 + ch), 0));
}
Expand Down

0 comments on commit 1a97d12

Please sign in to comment.