Fix Lua biqaud filter parameter range

This commit is contained in:
Robin Gareus 2022-12-08 18:54:13 +01:00
parent 74f95ff0dd
commit c629f3ffcb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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,