give WindowProxy its own map/unmap signals so that other things can track map/unmap...
[ardour.git] / libs / plugins / reasonablesynth.lv2 / reasonablesynth.ttl.in
index 2b8861f3d6ada41ca06107c3e3188f7f95c26b02..62921e55e15d9b67e5c8c0c513ae55ca822eb6de 100644 (file)
@@ -5,7 +5,6 @@
 @prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix pg:    <http://lv2plug.in/ns/ext/port-groups#> .
-@prefix units: <http://lv2plug.in/ns/extensions/units#> .
 @prefix urid:  <http://lv2plug.in/ns/ext/urid#> .
 
 <http://gareus.org/rgareus#me>
        foaf:mbox <mailto:robin@gareus.org> ;
        foaf:homepage <http://gareus.org/> .
 
-<http://gareus.org/oss/lv2/reasonablesynth>
+<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";
        lv2:optionalFeature lv2:hardRTCapable ;
        lv2:requiredFeature urid:map ;
-       rdfs:comment """A simple synthesizer with no controls at all but a reasonable sound instead.""" ;
+       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.""" ;
        lv2:port
        [
                a atom:AtomPort ,