summaryrefslogtreecommitdiff
path: root/scripts/voice_activate.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-12 15:21:23 +0200
committerRobin Gareus <robin@gareus.org>2016-07-12 16:43:10 +0200
commit4866106bcc488a1e85a78220652c486d37bb74d7 (patch)
treef6d54c4fe82c719bb2d3586635560fd8e003f158 /scripts/voice_activate.lua
parent53274c5baef194e14850757ab623c40d8217ebd7 (diff)
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)
Diffstat (limited to 'scripts/voice_activate.lua')
-rw-r--r--scripts/voice_activate.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/voice_activate.lua b/scripts/voice_activate.lua
index 5f211ef511..45219eb1da 100644
--- a/scripts/voice_activate.lua
+++ b/scripts/voice_activate.lua
@@ -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 ()