Skip to content

Commit

Permalink
notch-bank: increase max Q, use logscale
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Aug 27, 2016
1 parent 798cd48 commit 36a0ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_notch_bank.lua
Expand Up @@ -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
Expand Down

0 comments on commit 36a0ddd

Please sign in to comment.