tweak a-series plugin names
authorRobin Gareus <robin@gareus.org>
Tue, 5 Jul 2016 15:17:59 +0000 (17:17 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 5 Jul 2016 15:17:59 +0000 (17:17 +0200)
libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
libs/plugins/a-comp.lv2/a-comp.ttl.in
scripts/hplp.lua

index eeac33ce04264aae9e2f7bcebb495052c3d8cd6a..a7f6d9b7a434404e6ff5a60cae4e96c043683566 100644 (file)
 A powerful stereo compressor.
 """ ;
 
-    doap:name "a-comp stereo" ;
+    doap:name "a-Compressor stereo" ;
     doap:license "GPL v2+" ;
     doap:maintainer <http://ardour.org/credits.html>
 
index 3a11630eb64159abf3366c516605a99ca457611a..f89c60e29e036a9cd9a5a715b9db2c6ae95eb287 100644 (file)
 A powerful mono compressor.
 """ ;
 
-    doap:name "a-comp" ;
+    doap:name "a-Compressor" ;
     doap:license "GPL v2+" ;
     doap:maintainer <http://ardour.org/credits.html>
 
index 40cd22254efffefcae31ba2dacf5f1512b8e4481..3b2459ae328256e2ae75af866db75fc8510769a8 100644 (file)
@@ -1,11 +1,9 @@
 ardour {
        ["type"]    = "dsp",
-       name        = "High/Low Pass Filter",
+       name        = "a-High/Low Pass Filter",
        category    = "Filter",
        license     = "MIT",
-       author      = "Robin Gareus",
-       email       = "robin@gareus.org",
-       site        = "http://gareus.org",
+       author      = "Ardour Team",
        description = [[Example Ardour Lua DSP Plugin]]
 }