don't bundle no-inst scripts
[ardour.git] / scripts / voice_activate.lua
index 5f211ef511724aabe2ffe440ef3022359df8eb7d..64c1ba059be54723219679321e371c246fb099e8 100644 (file)
@@ -2,13 +2,9 @@ ardour {
        ["type"]    = "dsp",
        name        = "Voice/Level Activate",
        category    = "Utility",
+       author      = "Ardour Lua Task Force",
        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 ()