Skip to content

Commit

Permalink
updated lookahead default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrugalla committed Dec 23, 2022
1 parent a1417f9 commit f12a000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/param/Param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ namespace param
params.push_back(makeParam(PID::StereoConfig, state, 1.f, makeRange::toggle(), Unit::StereoConfig));
#endif
#if PPDHasLookahead
params.push_back(makeParam(PID::Lookahead, state, 1.f, makeRange::toggle(), Unit::Power));
params.push_back(makeParam(PID::Lookahead, state, 0.f, makeRange::toggle(), Unit::Power));
#endif
#if PPDHasDelta
params.push_back(makeParam(PID::Delta, state, 0.f, makeRange::toggle(), Unit::Power));
Expand Down

0 comments on commit f12a000

Please sign in to comment.