mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix Lua biqaud filter parameter range
This commit is contained in:
parent
74f95ff0dd
commit
c629f3ffcb
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function dsp_params ()
|
|||
return
|
||||
{
|
||||
{ ["type"] = "input", name = "Enable", min = 0, max = 1, default = 1, bypass = true, toggled = true },
|
||||
{ ["type"] = "input", name = "Type", min = 0, max = 4, default = 0, enum = true, scalepoints =
|
||||
{ ["type"] = "input", name = "Type", min = 0, max = 8, default = 0, enum = true, scalepoints =
|
||||
{
|
||||
["Peaking"] = 0,
|
||||
["Low Shelf"] = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue