From 4866106bcc488a1e85a78220652c486d37bb74d7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 12 Jul 2016 15:21:23 +0200 Subject: re-classify bundled lua scripts * search by author: - "Ardour Team" for "ready to use" plugins - "Ardour Lua Task Force" = example plugins * search by Category - use "Example" for DSP plugins (except instruments) --- scripts/synth1.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts/synth1.lua') diff --git a/scripts/synth1.lua b/scripts/synth1.lua index 9d04e29ec1..90da05d41e 100644 --- a/scripts/synth1.lua +++ b/scripts/synth1.lua @@ -3,10 +3,8 @@ ardour { name = "Simple Synth", category = "Instrument", license = "MIT", - author = "Robin Gareus", - email = "robin@gareus.org", - site = "http://gareus.org", - description = [[An Example Synth for prototyping.]] + author = "Ardour Lua Task Force", + description = [[An Example Synth for Prototyping.]] } function dsp_ioconfig () -- cgit v1.2.3