Skip to content

Commit 5ae412b

Browse files
committed
Fixed stability issue with modulation cutoff
1 parent 7564bee commit 5ae412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Reverb/Params.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct ReverbParams {
2525
params.add(FloatParam<ID>{ID::ReverbTimeHigh, "RT High", 0.2f, 10.0f, 1.0f, "s", 1.0f});
2626

2727
params.add(FloatParam<ID>{ID::Diffusion, "Diffusion", 0.0f, 100.0f, 50.0f, "%", 1.0f});
28-
params.add(FloatParam<ID>{ID::ModRate, "Mod. Rate", 0.5f, 5.0f, 1.0f, "Hz", 0.5f});
28+
params.add(FloatParam<ID>{ID::ModRate, "Mod. Rate", 1.0f, 5.0f, 1.0f, "Hz", 0.5f});
2929
params.add(FloatParam<ID>{ID::ModDepth, "Mod. Depth", 0.0f, 100.0f, 10.0f, "%", 1.0f});
3030

3131
params.add(FloatParam<ID>{ID::PreDelay, "Pre-Delay", 0.0f, 200.0f, 0.0f, "ms", 1.0f});

0 commit comments

Comments
 (0)