Skip to content

Commit c52f81b

Browse files
Adjust default global effectable volume (#3272)
Originally introduced this in PR #1230 Bringing it back as we're always telling people to reduce their song volume to avoid clipping But was reversed due to the change to the preset loading volume (that's not in this PR)
1 parent 847ffbd commit c52f81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deluge/model/global_effectable/global_effectable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void GlobalEffectable::initParams(ParamManager* paramManager) {
7272
unpatchedParams->params[params::UNPATCHED_DELAY_AMOUNT].setCurrentValueBasicForSetup(NEGATIVE_ONE_Q31);
7373
unpatchedParams->params[params::UNPATCHED_REVERB_SEND_AMOUNT].setCurrentValueBasicForSetup(NEGATIVE_ONE_Q31);
7474

75-
unpatchedParams->params[params::UNPATCHED_VOLUME].setCurrentValueBasicForSetup(889516852); // 3/4 of the way up
75+
unpatchedParams->params[params::UNPATCHED_VOLUME].setCurrentValueBasicForSetup(0); // half of the way up
7676
unpatchedParams->params[params::UNPATCHED_SIDECHAIN_VOLUME].setCurrentValueBasicForSetup(NEGATIVE_ONE_Q31);
7777
unpatchedParams->params[params::UNPATCHED_PITCH_ADJUST].setCurrentValueBasicForSetup(0);
7878

0 commit comments

Comments
 (0)