Skip to content

Commit

Permalink
Prevent ill effects of zero decay time
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Willis committed Dec 9, 2018
1 parent b0daf01 commit 166c82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dragonfly-reverb/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static Param params[paramCount] = {
{"High Mult", "high_mult", 0.2f, 1.2f, "X"},
{"Spin", "spin", 0.0f, 10.0f, "Hz"},
{"Wander", "wander", 0.0f, 40.0f, "ms"},
{"Decay", "decay", 0.0f, 10.0f, "s"}
{"Decay", "decay", 0.1f, 10.0f, "s"}
};

const int NUM_BANKS = 5;
Expand Down

0 comments on commit 166c82a

Please sign in to comment.