notch-bank: increase max Q, use logscale
authorRobin Gareus <robin@gareus.org>
Sat, 27 Aug 2016 17:56:08 +0000 (19:56 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 27 Aug 2016 17:56:08 +0000 (19:56 +0200)
scripts/_notch_bank.lua

index e90b028b9232ddaccd7dc9b6d265e95cfc7a576a..d5662c72f6bda91e867a5b5f6c3a62ccbd068f6c 100644 (file)
@@ -19,7 +19,7 @@ function dsp_params ()
        return
        {
                { ["type"] = "input", name = "Base Freq", min = 10, max = 1000, default = 100, unit="Hz", logarithmic = true },
        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
                { ["type"] = "input", name = "Stages", min = 1.0, max = 100, default = 8.0, integer = true },
        }
 end