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