Skip to content

Commit

Permalink
Fix LTO warnings
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Nov 13, 2021
1 parent b89fe01 commit d4c838d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chorus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ struct Chorus : Module {
} else {
speed = pow(speedParam, 4) * 0.001;
range = pow(rangeParam, 4) * loopLimit * 0.499;
start[0] = start[1] = start[2] = start[3] = 0.0;
}

int count;
Expand Down

0 comments on commit d4c838d

Please sign in to comment.