aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--mda.lv2/manifest.ttl.in7
2 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 1a2e221..4ee8d41 100644
--- a/README
+++ b/README
@@ -12,8 +12,7 @@ dependency lv2.h) released under the GPL v2 or later. See COPYING for details.
This port is based on revision 10 of the MDA SVN repository at
<https://mda-vst.svn.sourceforge.net/svnroot/mda-vst>. It is similar to, but
not 100% compatible with, the original plugins, since some VSTisms have been
-changed to be more appropriate in an LV2 world (notably toggle and enumeration
-ports).
+changed to be more appropriate for LV2 (e.g. toggle ports).
LVZ
---
diff --git a/mda.lv2/manifest.ttl.in b/mda.lv2/manifest.ttl.in
index a89fba5..942e190 100644
--- a/mda.lv2/manifest.ttl.in
+++ b/mda.lv2/manifest.ttl.in
@@ -16,7 +16,12 @@ mda:
lv2:symbol "mda" ;
doap:name "MDA LV2" ;
doap:shortdesc "An LV2 port of the MDA plugins." ;
- doap:maintainer <http://drobilla.net/drobilla#me> .
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer [
+ a foaf:Person ;
+ foaf:name "Paul Kellett" ;
+ foaf:mbox <paul@mda-vst.com>
+ ] .
mda:mainIn
a pg:StereoGroup ,