summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-11-12 16:19:36 +0100
committerRobin Gareus <robin@gareus.org>2016-11-12 16:19:36 +0100
commitf217487affcd72e7c0a6adcef46d7372bee514c9 (patch)
tree4e518a0142b6bda70fdf92d0e1b5835d1add338f /scripts
parent7daee17f87d297d6be3117eb6f1ad7440e01d9bb (diff)
fix typo in example script
Diffstat (limited to 'scripts')
-rw-r--r--scripts/_smash.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_smash.lua b/scripts/_smash.lua
index d4d80914db..cdb1938a26 100644
--- a/scripts/_smash.lua
+++ b/scripts/_smash.lua
@@ -1,4 +1,4 @@
-ardour { ["type"] = "dsp", name = "Sound Smasher", category = "Dynamics", license = "MIT", author = "Ardour Lua Task Force", description = [[Another simple DSP example]]
+ardour { ["type"] = "dsp", name = "Sound Smasher", category = "Dynamics", license = "MIT", author = "Ardour Lua Task Force", description = [[Another simple DSP example]] }
function dsp_ioconfig () return
-- -1, -1 = any number of channels as long as input and output count matches