Amplify the dry signal as well
This commit is contained in:
parent
f1b054ec65
commit
6c97eaf786
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace Dynamite {
|
||||||
|
|
||||||
dist = dist * gainCoeff;
|
dist = dist * gainCoeff;
|
||||||
|
|
||||||
output[pos] = (mix * dist) + ((1.0 - mix) * input[pos]);
|
output[pos] = (mix * dist) + ((1.0 - mix) * input[pos] * gainCoeff);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue