summaryrefslogtreecommitdiff
path: root/scripts/scope.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-20 23:43:47 +0200
committerRobin Gareus <robin@gareus.org>2016-05-20 23:43:47 +0200
commite82f0cb763f32d74a9476d1600fb55c5b762382d (patch)
tree7069c6ab6e03c0c2de7194df1190c00a8eacf25f /scripts/scope.lua
parent725665ac46c76b616f593df02d09ae92983bc977 (diff)
add an lua DSP example filter w/inline display
Diffstat (limited to 'scripts/scope.lua')
-rw-r--r--scripts/scope.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scope.lua b/scripts/scope.lua
index c56512cc36..04e90592cd 100644
--- a/scripts/scope.lua
+++ b/scripts/scope.lua
@@ -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,