fix typo in example script

This commit is contained in:
Robin Gareus 2016-11-12 16:19:36 +01:00
parent 7daee17f87
commit f217487aff

View File

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