summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/_notch_bank.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_notch_bank.lua b/scripts/_notch_bank.lua
index e90b028b92..d5662c72f6 100644
--- a/scripts/_notch_bank.lua
+++ b/scripts/_notch_bank.lua
@@ -19,7 +19,7 @@ function dsp_params ()
return
{
{ ["type"] = "input", name = "Base Freq", min = 10, max = 1000, default = 100, unit="Hz", logarithmic = true },
- { ["type"] = "input", name = "Quality", min = 1.0, max = 16.0, default = 8.0 },
+ { ["type"] = "input", name = "Quality", min = 1.0, max = 100.0, default = 8.0, logarithmic = true },
{ ["type"] = "input", name = "Stages", min = 1.0, max = 100, default = 8.0, integer = true },
}
end