mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
notch-bank: increase max Q, use logscale
This commit is contained in:
parent
798cd4831b
commit
36a0ddd9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue