Constrain Samplerate selection when session is loaded
[ardour.git] / scripts / voice_activate.lua
index bf2107107563e7188e572c758c99f911833a9a71..64c1ba059be54723219679321e371c246fb099e8 100644 (file)
@@ -1,13 +1,10 @@
 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 ()