aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-20 02:27:03 +0000
committerDavid Robillard <d@drobilla.net>2012-04-20 02:27:03 +0000
commit52cade4087e3dcf8713eb2f7b6c8b27b79d3c8f9 (patch)
tree42298397584693d0784d283cd9ccd88aa3d464d1
parent9c81351bb74d9363bb5707aa999763a5e1f9dfd8 (diff)
downloadmda.lv2-52cade4087e3dcf8713eb2f7b6c8b27b79d3c8f9.tar.gz
mda.lv2-52cade4087e3dcf8713eb2f7b6c8b27b79d3c8f9.tar.bz2
mda.lv2-52cade4087e3dcf8713eb2f7b6c8b27b79d3c8f9.zip
List Paul Kellet as developer.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4213 a436a847-0d15-0410-975c-d299462d15a1
-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 ,