mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
add an lua DSP example filter w/inline display
This commit is contained in:
parent
725665ac46
commit
e82f0cb763
2 changed files with 191 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function dsp_params ()
|
|||
{
|
||||
{ ["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 =
|
||||
{ ["type"] = "input", name = "Height", min = 0, max = 3, default = 1, enum = true, scalepoints =
|
||||
{
|
||||
["Min"] = 0,
|
||||
["16:10"] = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue