aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
-