summaryrefslogtreecommitdiff
path: root/doc/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/background.html')
-rw-r--r--doc/background.html50
1 files changed, 48 insertions, 2 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>