prefix blessed scripted DSP plugins with a-*
authorRobin Gareus <robin@gareus.org>
Wed, 10 Aug 2016 01:11:49 +0000 (03:11 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 10 Aug 2016 01:11:49 +0000 (03:11 +0200)
libs/plugins/reasonablesynth.lv2/reasonablesynth.ttl.in
scripts/amp4.lua
scripts/biquad_filter.lua
scripts/midimon.lua
scripts/scope.lua
scripts/spectrogram.lua
scripts/voice_activate.lua

index 62921e55e15d9b67e5c8c0c513ae55ca822eb6de..93ade6fab14e1485e70b6aeebec8ae6b65ac8037 100644 (file)
@@ -7,17 +7,16 @@
 @prefix pg:    <http://lv2plug.in/ns/ext/port-groups#> .
 @prefix urid:  <http://lv2plug.in/ns/ext/urid#> .
 
-<http://gareus.org/rgareus#me>
+<http://ardour.org/credits.html>
        a foaf:Person ;
-       foaf:name "Robin Gareus" ;
-       foaf:mbox <mailto:robin@gareus.org> ;
-       foaf:homepage <http://gareus.org/> .
+       foaf:name "Ardour Team" ;
+       foaf:homepage <http://ardour.org/> .
 
 <https://community.ardour.org/node/7596>
        a lv2:Plugin, lv2:InstrumentPlugin, doap:Project;
        doap:license <http://usefulinc.com/doap/licenses/gpl> ;
-       doap:maintainer <http://gareus.org/rgareus#me> ;
-       doap:name "Reasonable Synth";
+       doap:maintainer <http://ardour.org/credits.html> ;
+       doap:name "a-Reasonable Synth";
        lv2:optionalFeature lv2:hardRTCapable ;
        lv2:requiredFeature urid:map ;
        rdfs:comment """A simple synthesizer with no controls at all but a reasonable sound instead. Note that this synth does not respond to any Control or Program Messages. Its main purpose is to act as sensible default on new installations until other plugins are installed.""" ;
index 24a838c9cb79b57a6b336148392ddf3de10b93eb..6254082ad936a101d3fd3dca24f457c9800bc9bb 100644 (file)
@@ -1,6 +1,6 @@
 ardour {
        ["type"]    = "dsp",
-       name        = "Amplifier",
+       name        = "a-Amplifier",
        category    = "Amplifier",
        license     = "MIT",
        author      = "Ardour Team",
index e600ab3028d1fa690c196ffc26262ab41161f55e..c0dec8bd1f05f115b77585bf0c9d5ed6f0c2516c 100644 (file)
@@ -3,7 +3,7 @@ ardour {
        name        = "Biquad Filter",
        category    = "Filter",
        license     = "MIT",
-       author      = "Ardour Team",
+       author      = "Ardour Lua Task Force",
        description = [[A Versatile Filter Plugin]]
 }
 
index 0dc25bf338983d1c368c3655b7dd5fb32b8b034e..7f58fd34de74de8b38c21b566164d3fa1b13760e 100644 (file)
@@ -1,6 +1,6 @@
 ardour {
        ["type"]    = "dsp",
-       name        = "MIDI Monitor",
+       name        = "a-MIDI Monitor",
        category    = "Visualization",
        license     = "GPLv2",
        author      = "Ardour Team",
index efb0e2c3a4d714ed3523d62f95efa4afa049deec..1952c100c431151fa6ac3534105cf646618c8a70 100644 (file)
@@ -1,12 +1,10 @@
 ardour {
        ["type"]    = "dsp",
-       name        = "Inline Scope",
+       name        = "a-Inline Scope",
        category    = "Visualization",
-       license     = "GPLv2",
-       author      = "Robin Gareus",
-       email       = "robin@gareus.org",
-       site        = "http://gareus.org",
-       description = [[An Example DSP Plugin to display the waveform on the mixer strip]]
+       license     = "MIT",
+       author      = "Ardour Team",
+       description = [[Mixer strip inline waveform display]]
 }
 
 -- return possible i/o configurations
index 5e7c159aeb2920ffd4a9625c3e773536aaae36ef..4f55a654a72bdbfb416b57b36d5aec41118d3016 100644 (file)
@@ -1,12 +1,10 @@
 ardour {
        ["type"]    = "dsp",
-       name        = "Inline Spectrogram",
+       name        = "a-Inline Spectrogram",
        category    = "Visualization",
-       license     = "GPLv2",
-       author      = "Robin Gareus",
-       email       = "robin@gareus.org",
-       site        = "http://gareus.org",
-       description = [[An Example DSP Plugin to display a spectrom on the mixer strip]]
+       license     = "MIT",
+       author      = "Ardour Team",
+       description = [[Mixer strip inline spectrum display]]
 }
 
 -- return possible i/o configurations
index 45219eb1daf3b95a9481e0cc04d7f3b791034b34..64c1ba059be54723219679321e371c246fb099e8 100644 (file)
@@ -2,7 +2,7 @@ ardour {
        ["type"]    = "dsp",
        name        = "Voice/Level Activate",
        category    = "Utility",
-       author      = "Ardour Team",
+       author      = "Ardour Lua Task Force",
        license     = "MIT",
        description = [[Roll the transport when the signal level on the plugin's input exceeds a given threshold.]]
 }