summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-27 19:56:08 +0200
committerRobin Gareus <robin@gareus.org>2016-08-27 19:56:08 +0200
commit36a0ddd9e4650c9eafea6944b3b2e95471a3d1c8 (patch)
treeab1628b40da1775bce6c188641be47228c80b62a /scripts
parent798cd4831bfb9b783fd88a2ae65a6fac6f78d983 (diff)
notch-bank: increase max Q, use logscale
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