Consolidete script author names

This commit is contained in:
Robin Gareus 2020-09-30 22:06:35 +02:00
parent 46e895aaad
commit c8df8418dc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
39 changed files with 40 additions and 40 deletions

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 Team", description = [[Another simple DSP example]] }
function dsp_ioconfig () return
-- -1, -1 = any number of channels as long as input and output count matches