Skip to content

Commit 8656ce1

Browse files
committed
Back to last version of K_ru5h
Signed-off-by: Edge <mayatito51@hotmail.com>
1 parent dd427f5 commit 8656ce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/K_Rush.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct Diode{
106106
interp_l+= interpolateLinear(wave[(int)type],index)*coef1f;
107107
interp_l+= interpolateLinear(wave[(int)type+1],index)*coef2f;
108108

109-
Ov_Buffer[i] *= 1- ((clamp((gain-1),0.0f,8.0f))*(interp_l+0.5f));
109+
Ov_Buffer[i] *= 1- ((clamp((gain-1),0.0f,8.0f)*0.3)*(interp_l+0.5f));
110110

111111

112112
Ov_Buffer[i] *= (gain*2.0f);

0 commit comments

Comments
 (0)