mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix some plugin control name typos
This commit is contained in:
parent
d7a95b5b50
commit
4135735590
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ end
|
|||
function dsp_params ()
|
||||
return
|
||||
{
|
||||
{ ["type"] = "input", name = "timescale", min = .1, max = 5, default = 2, unit="sec", logarithmic = true },
|
||||
{ ["type"] = "input", name = "loscale", min = 0, max = 1, default = 0, toggled = true },
|
||||
{ ["type"] = "input", name = "height", min = 0, max = 3, default = 1, unit="dB", enum = true, scalepoints =
|
||||
{ ["type"] = "input", name = "Timescale", min = .1, max = 5, default = 2, unit="sec", logarithmic = true },
|
||||
{ ["type"] = "input", name = "Logscale", min = 0, max = 1, default = 0, toggled = true },
|
||||
{ ["type"] = "input", name = "Height", min = 0, max = 3, default = 1, unit="dB", enum = true, scalepoints =
|
||||
{
|
||||
["Min"] = 0,
|
||||
["16:10"] = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue