mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix typo in example script
This commit is contained in:
parent
7daee17f87
commit
f217487aff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue