summaryrefslogtreecommitdiff
path: root/libs/plugins
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-10 03:11:49 +0200
committerRobin Gareus <robin@gareus.org>2016-08-10 03:11:49 +0200
commit2b7a89ecffa92a616cd61774d42bea1e99db6f79 (patch)
treee242ee80059fb4070e529e0a068db71f016973d4 /libs/plugins
parent4fd607814f7895b309cdf20cc0bd09dada592862 (diff)
prefix blessed scripted DSP plugins with a-*
Diffstat (limited to 'libs/plugins')
-rw-r--r--libs/plugins/reasonablesynth.lv2/reasonablesynth.ttl.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/libs/plugins/reasonablesynth.lv2/reasonablesynth.ttl.in b/libs/plugins/reasonablesynth.lv2/reasonablesynth.ttl.in
index 62921e55e1..93ade6fab1 100644
--- a/libs/plugins/reasonablesynth.lv2/reasonablesynth.ttl.in
+++ b/libs/plugins/reasonablesynth.lv2/reasonablesynth.ttl.in
@@ -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.""" ;