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)
This commit is contained in:
Robin Gareus 2016-07-12 15:21:23 +02:00
parent 53274c5bae
commit 4866106bcc
20 changed files with 30 additions and 57 deletions

View file

@ -2,13 +2,9 @@ ardour {
["type"] = "dsp",
name = "Voice/Level Activate",
category = "Utility",
author = "Ardour Team",
license = "MIT",
author = "Robin Gareus",
authoremail = "robin@gareus.org",
site = "http://gareus.org",
description = [[
An Example Audio Plugin that rolls the transport
when the signal level on the plugin's input exceeds a given threshold.]]
description = [[Roll the transport when the signal level on the plugin's input exceeds a given threshold.]]
}
function dsp_ioconfig ()