summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-04-13 13:54:00 -0400
committerFelipe Sateler <fsateler@debian.org>2019-04-13 13:54:00 -0400
commit7f00614eb2add32d97bbb0ab47ac5b6322238e87 (patch)
treede98d4a4ec82eba3d0e1998473cb15a61e44eb2b /doc
parentb7c12c1360bffb758667af95e6ddcf6f2a9758fa (diff)
parent34b181465b17c6460e055f89d9ad1b47d4517a1b (diff)
Update upstream source from tag 'upstream/1.15'
Update to upstream version '1.15' with Debian dir 3b217fcd63314f946cb36492e0b85e7328ada240
Diffstat (limited to 'doc')
-rw-r--r--doc/background.html50
-rw-r--r--doc/changes.html147
-rw-r--r--doc/download.html75
-rw-r--r--doc/example_plugins.html51
-rw-r--r--doc/index.html49
-rw-r--r--doc/installation.html72
-rw-r--r--doc/license.html47
-rw-r--r--doc/overview.html49
-rw-r--r--doc/shared_plugins.html47
-rw-r--r--doc/unique_ids.html53
10 files changed, 562 insertions, 78 deletions
diff --git a/doc/background.html b/doc/background.html
index ba9af8d..5f923d4 100644
--- a/doc/background.html
+++ b/doc/background.html
@@ -1,8 +1,20 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Background</H1>
<P>The Linux Audio Developer's Simple Plugin API (LADSPA) originates
-in frustration on the part of <A
-HREF="mailto:richard@muse.demon.co.uk">Richard Furse</A> with the lack
+in frustration on the part of Richard Furse with the lack
of consensus on a standard audio plugin API for Linux. The API is
intended to describe a very light-weight plugin form that can be
handled by many types of host. To achieve this simplicity various
@@ -20,3 +32,37 @@ additional contributions have been made by the members of the Linux
Audio Developer's mailing list after whom the plugin is named. Thanks
in particular to Alexander Konig.</P>
+
+<HR/>
+
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/changes.html b/doc/changes.html
index ecf0a85..b6d8e89 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -1,120 +1,205 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Changes</H1>
<P>[Version numbers relate to the SDK, not the <CODE>ladspa.h</CODE>
-header file itself.]</P>
+ header file itself.]</P>
<H2>Version 1.01 - 2 Apr 2000</H2>
<UL>
-<LI>Initial Release with header file, limited documentation, three
-plugins and two hosts.</LI>
+ <LI>Initial Release with header file, limited documentation, three
+ plugins and two hosts.</LI>
</UL>
<H2>Version 1.02 - 4 May 2000</H2>
<UL>
-<LI>Introduction of version numbering for SDK.</LI>
+ <LI>Introduction of version numbering for SDK.</LI>
-<LI>Plugins added, bringing basic example set to ten. Further
-development of basic plugins for serious use shifted away to the CMT
-project.</LI>
+ <LI>Plugins added, bringing basic example set to ten. Further
+ development of basic plugins for serious use shifted away to the CMT
+ project.</LI>
-<LI>Bug fix to applyplugin when handling channel count changes.</LI>
+ <LI>Bug fix to applyplugin when handling channel count changes.</LI>
-<LI>Introduce support for the <CODE>LADSPA_PATH</CODE> environment
-variable to both example hosts.</LI>
+ <LI>Introduce support for the <CODE>LADSPA_PATH</CODE> environment
+ variable to both example hosts.</LI>
</UL>
<H2>Version 1.03 - 4 May 2000</H2>
<UL>
-<LI>Documentation Converted to HTML.</LI>
+ <LI>Documentation Converted to HTML.</LI>
</UL>
<H2>Version 1.04 - 11 May 2000</H2>
<UL>
-<LI>Use <CODE>_init()</CODE> and <CODE>_fini()</CODE> in example
-plugins.</LI>
+ <LI>Use <CODE>_init()</CODE> and <CODE>_fini()</CODE> in example
+ plugins.</LI>
</UL>
<H2>Version 1.05 - 14 May 2000</H2>
<UL>
-<LI>Updated to correspond to http://www.ladspa.org/.</LI>
+ <LI>Updated to correspond to http://www.ladspa.org/.</LI>
</UL>
<H2>Version 1.06 - 18 May 2000</H2>
<UL>
-<LI>Add listplugins program.</LI>
+ <LI>Add listplugins program.</LI>
</UL>
<H2>Version 1.07 - 24 Sep 2000</H2>
<UL>
-<LI>Discourage reliance on LD_LIBRARY_PATH by stopping analyseplugin
-and applyplugin from searching it when looking for LADSPA
-plugins.</LI>
+ <LI>Discourage reliance on LD_LIBRARY_PATH by stopping analyseplugin
+ and applyplugin from searching it when looking for LADSPA
+ plugins.</LI>
</UL>
<H2>Version 1.08 - 30 Sep 2000</H2>
<UL>
-<LI>Use constructor/destructor rather than _fini() and _init() in
-C++. Use C++ for linkage.</LI>
+ <LI>Use constructor/destructor rather than _fini() and _init() in
+ C++. Use C++ for linkage.</LI>
</UL>
<H2>Version 1.09 - 4 Nov 2000</H2>
<UL>
-<LI>Add optional plugin label parameter to analyseplugin.</LI>
+ <LI>Add optional plugin label parameter to analyseplugin.</LI>
</UL>
<H2>Version 1.10 - 8 May 2001</H2>
<UL>
-<LI>Introduction of LGPL license.</LI>
+ <LI>Introduction of LGPL license.</LI>
-<LI>Removal of superfluous semicolon on line 492 of header file.</LI>
+ <LI>Removal of superfluous semicolon on line 492 of header file.</LI>
</UL>
<H2>Version 1.11 - 21 Jul 2001</H2>
<UL>
-<LI>Remove memory leak in search code.</LI>
+ <LI>Remove memory leak in search code.</LI>
</UL>
<H2>Version 1.12 - 7 Aug 2002</H2>
<UL>
-<LI>Update for LADSPA v1.1 (default values and 1.0f=0dB).</LI>
+ <LI>Update for LADSPA v1.1 (default values and 1.0f=0dB).</LI>
</UL>
<H2>Version 1.13 - 6 Nov 2007</H2>
<UL>
-<LI>Fix compile error in sine.cpp (GCC4).</LI>
+ <LI>Fix compile error in sine.cpp (GCC4).</LI>
+
+ <LI>Fix typo in text output by analyseplugin.</LI>
+
+ <LI>Extra usage text in analyseplugin and applyplugin.</LI>
+
+ <LI>Replace strdup() with localStrdup() in sine.cpp to avoid
+ malloc/new mismatch.</LI>
+
+ <LI>Remove "local" part from install directories.</LI>
+
+</UL>
+
+<H2>Version 1.14 - 3 Jan 2019</H2>
+<UL>
+
+ <LI>Rename Makefile.</LI>
+
+ <LI>Modernise C++ #include style.</LI>
+
+ <LI>Make some globals static.</LI>
+
+ <LI>Use mkdir -p rather than mkdirhier during build.</LI>
+
+ <LI>Use GCC export map to ensure only the ladspa_descriptor()
+ exported.</LI>
+
+ <LI>Put libraries at the end of link instructions.</LI>
+
+ <LI>Package with version number in archive and directory names.</LI>
+
+ <LI>Tweaks to documentation processing.</LI>
+
+ <LI>Fix bug in LADSPA plugin search which did not handle shared
+ libraries that are not plugins correctly.</LI>
+
+ <LI>Introduce a default LADSPA plugin search path.</LI>
+
+</UL>
+
+<H2>Version 1.15 - 6 Jan 2019</H2>
+<UL>
+
+ <LI>Perform macro string expansion in C code rather than in Makefile
+ for better portability.</LI>
-<LI>Fix typo in text output by analyseplugin.</LI>
+ <LI>Modernise init()/fini() style in GNU C plugin builds (not C++),
+ tweak link line to correspond.</LI>
+
+</UL>
-<LI>Extra usage text in analyseplugin and applyplugin.</LI>
+<HR/>
-<LI>Replace strdup() with localStrdup() in sine.cpp to avoid
-malloc/new mismatch.</LI>
+<H1>LADSPA SDK Index</H1>
-<LI>Remove "local" part from install directories.</LI>
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/download.html b/doc/download.html
index fdeb431..0824f39 100644
--- a/doc/download.html
+++ b/doc/download.html
@@ -1,20 +1,71 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Download</H1>
<P>Please select the file you wish to download:</P>
<TABLE BORDER=1>
-<TR>
-<TH>File</TH>
-<TH>Description</TH>
-</TR>
+ <TR>
+ <TH>File</TH>
+ <TH>Description</TH>
+ </TR>
+
+ <TR>
+ <TD>
+ <A HREF="http://www.ladspa.org/download/ladspa_sdk_1.15.tgz">
+ ladspa_sdk_1.15.tgz</A>
+ </TD>
+ <TD>
+ The LADSPA SDK, including the <CODE>ladspa.h</CODE> API header
+ file, ten example LADSPA plugins and three example programs
+ (applyplugin, analyseplugin and listplugins).
+ </TD>
+ </TR>
+
+</TABLE>
-<TR>
-<TD><A HREF="http://www.ladspa.org/download/ladspa_sdk.tgz">
-ladspa_sdk.tgz</A></TD>
-<TD>The LADSPA SDK, including the <CODE>ladspa.h</CODE> API header
-file, ten example LADSPA plugins and three example programs
-(applyplugin, analyseplugin and listplugins).</TD>
-</TR>
+<HR/>
-</TABLE>
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/example_plugins.html b/doc/example_plugins.html
index a42250d..26fa549 100644
--- a/doc/example_plugins.html
+++ b/doc/example_plugins.html
@@ -1,3 +1,16 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Example Plugins</H1>
<P>Ten example plugins are provided. These provide a rudimentary basis
@@ -8,8 +21,8 @@ rather crude and failures during <CODE>malloc()</CODE> will produce
unpleasant behaviour.</P>
<P>Note that these plugins are examples. More polished versions of
-them all are included within the <A
-HREF="http://www.ladspa.org/cmt">CMT plugin
+them all are included within
+the <A HREF="http://www.ladspa.org/cmt/overview.html">CMT plugin
set</A>.</P>
<P>The following plugins are provided:</P>
@@ -88,3 +101,37 @@ control.</TD>
</TR>
</TABLE>
+
+<HR/>
+
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/index.html b/doc/index.html
index fb7f61b..7fb01f4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -1,25 +1,44 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>LADSPA SDK Index</H1>
<UL>
-<LI><A HREF="overview.html">Overview</A></LI>
-<LI><A HREF="background.html">Background</A></LI>
-<LI><A HREF="download.html">Download</A></LI>
-<LI><A HREF="installation.html">Installation</A></LI>
-<LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
-<LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
-<LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
-<LI><A HREF="example_plugins.html">Example Plugins</A></LI>
-<LI><A HREF="changes.html">Change History</A></LI>
-<LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
</UL>
<H2>Other Links</H2>
<UL>
-<LI>The <A HREF="http://www.ladspa.org/cmt">CMT LADSPA Plugin
-Library</A></LI>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
</UL>
-<P>The author <AUTHOR>Richard Furse</AUTHOR> can be emailed as
-<A HREF="mailto:richard@muse.demon.co.uk">richard@muse.demon.co.uk</A>.
-</P>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/installation.html b/doc/installation.html
index 1b0b339..061eb80 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -1,19 +1,67 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Installation</H1>
<P>This distribution includes both the ladspa.h API header file and a
-number of hosts and example plugins. Go to the <CODE>src/</CODE>
-directory and type <CODE>make</CODE> to build and test them.</P>
+ number of hosts and example plugins. Go to the <CODE>src/</CODE>
+ directory and type <CODE>make</CODE> to build and test them.</P>
<P>The <A HREF="ladspa.h.txt"><CODE>ladspa.h</CODE> API header
-file</A> is needed to build hosts and plugins. It may be useful to
-install it in <CODE>/usr/local/include/</CODE> or
-<CODE>/usr/include/</CODE>. The programs generated in the
-<CODE>bin/</CODE> directory may be moved to
-<CODE>/usr/local/bin/</CODE> or <CODE>/usr/bin/</CODE> and the plugins
-generated in the <CODE>plugins/</CODE> directory may be moved to
-<CODE>/usr/local/lib/ladspa/</CODE> or
-<CODE>/usr/lib/ladspa/</CODE>.</P>
+ file</A> is needed to build hosts and plugins. It may be useful to
+ install it in <CODE>/usr/local/include/</CODE> or
+ <CODE>/usr/include/</CODE>. The programs generated in the
+ <CODE>bin/</CODE> directory may be moved to
+ <CODE>/usr/local/bin/</CODE> or <CODE>/usr/bin/</CODE> and the
+ plugins generated in the <CODE>plugins/</CODE> directory may be
+ moved to
+ <CODE>/usr/local/lib/ladspa/</CODE> or
+ <CODE>/usr/lib/ladspa/</CODE>.</P>
<P>To perform automatic installation, log in as root and run
-<CODE>make install</CODE>. This by default will install plugins, hosts
-and the header file into the <CODE>/usr/local/</CODE> tree.</P>
+ <CODE>make install</CODE>. This by default will install plugins,
+ hosts and the header file into the <CODE>/usr/</CODE> tree.</P>
+
+<HR/>
+
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/license.html b/doc/license.html
index 3e740ff..019a343 100644
--- a/doc/license.html
+++ b/doc/license.html
@@ -1,3 +1,16 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>LADSPA and LADSPA SDK License</H1>
<P>The LADSPA Software Development Kit and the LADSPA plugin API
@@ -11,3 +24,37 @@ applications can use it without having to use a derived LGPL library
that LGPL is already free enough for this, but we aren't sure. Does
anyone want to pay for a lawyer? In the meantime, please mail me if
this is an issue for you.</P>
+
+<HR/>
+
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/overview.html b/doc/overview.html
index e19e21f..ef79ecd 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -1,4 +1,17 @@
-<H1>LADSPA SDK v1.13 Overview</H1>
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
+<H1>LADSPA SDK v1.15 Overview</H1>
<P>There is a large number of synthesis packages in use or development
on the Linux platform at this time. The Linux Audio Developer's Simple
@@ -32,3 +45,37 @@ further development.</LI>
as the basis for further development.</LI>
</UL>
+
+<HR/>
+
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/shared_plugins.html b/doc/shared_plugins.html
index 721c6a2..f94b21c 100644
--- a/doc/shared_plugins.html
+++ b/doc/shared_plugins.html
@@ -1,3 +1,16 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Shared Plugins</H1>
<P>Plugins may be used by a range of different hosts. However, the
@@ -20,3 +33,37 @@ LADSPA_PATH=$LADSPA_PATH:/home/&lt;user&gt;/.ladspa:/usr/local/lib/ladspa:/usr/l
<P>To list the plugins that can be found on your
<CODE>LADSPA_PATH</CODE>, run the <CODE>listplugins</CODE>
program.</P>
+
+<HR/>
+
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>
diff --git a/doc/unique_ids.html b/doc/unique_ids.html
index c923867..3a32ff0 100644
--- a/doc/unique_ids.html
+++ b/doc/unique_ids.html
@@ -1,9 +1,22 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Unique IDs</H1>
<P>Plugin types are identified by unique IDs. At the time of writing
-plugin writers may request these from <A
-HREF="mailto:ladspa@muse.demon.co.uk">ladspa@muse.demon.co.uk.</A>
-This may change, in which case <A HREF="http://www.ladspa.org">
+plugin writers may request these
+from <A HREF="mailto:ids@ladspa.org">ids@ladspa.org</A>. This may
+change, in which case <A HREF="http://www.ladspa.org">
http://www.ladspa.org</A> is likely to provide information on new
sources.</P>
@@ -15,3 +28,37 @@ ID 0 will never be allocated.</P>
event that this range needs to be extended it will be, possibly with
the addition of a second dimension (e.g. developer ID). In the
meantime hosts may assume that IDs will not exceed 0x00FFFFFF.</P>
+
+<HR/>
+
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>