aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-28 02:07:22 +0000
committerDavid Robillard <d@drobilla.net>2012-03-28 02:07:22 +0000
commitbf7cde64866d735224a920e43f1e1c136c4895c0 (patch)
tree24c89cae51307478ddf322018e5c83227d120ca1 /README
parent50c7c536900d6b66894cfb48a460d8c52b81bc75 (diff)
downloadmda.lv2-bf7cde64866d735224a920e43f1e1c136c4895c0.tar.gz
mda.lv2-bf7cde64866d735224a920e43f1e1c136c4895c0.tar.bz2
mda.lv2-bf7cde64866d735224a920e43f1e1c136c4895c0.zip
Update README.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@4121 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index 39da72c..1a2e221 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-MDA-SLV2
---------
+MDA.LV2
+=======
This is a port of the MDA VST plugins to LV2.
@@ -7,11 +7,13 @@ MDA plugins are originally by Paul Kellett and were released under the GPL
v2 or later, or the MIT license. Thanks, Paul!
This port is by David Robillard, and is 100% Free Software (including the only
-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
+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).
LVZ
---
@@ -23,11 +25,10 @@ used by MDA (namely VST), but solely due to the fact that the original MDA
code was written against this API.
These plugins make no claim of compatibility, or any other relation, to VST.
-This code does not require the VST SDK, or any other non-free softare.
+This code does not require the VST SDK, or any other non-free software.
This code has never come into contact with any part of the VST SDK.
I (David Robillard) have never come into contact with any part of the VST SDK.
Clear? :)
I have named this wrapper/interface "LVZ" (for LV0, condescension intended).
It may be useful for porting other GPL VST plugins to LV2.
-