summaryrefslogtreecommitdiff
path: root/doc/overview.html
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@gmail.com>2009-06-01 16:19:02 +1000
committerFelipe Sateler <fsateler@gmail.com>2009-06-01 16:19:02 +1000
commit837cabab3b39138a4d7b65783b6da22e1b52dd43 (patch)
treea38c8175ebb3470a5ae2c57cf61447af7100e057 /doc/overview.html
Imported Upstream version 1.1
Diffstat (limited to 'doc/overview.html')
-rw-r--r--doc/overview.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/overview.html b/doc/overview.html
new file mode 100644
index 0000000..d50a0e9
--- /dev/null
+++ b/doc/overview.html
@@ -0,0 +1,34 @@
+<H1>LADSPA SDK v1.12 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
+Plugin API (LADSPA) attempts to give programmers the ability to write
+simple `plugin' audio processors in C/C++ and link them dynamically
+against a range of host applications.</P>
+
+<P>Definitive technical documentation on LADSPA plugins for both host
+and plugin writers is contained within copious comments in the <A
+HREF="ladspa.h.txt"><CODE>ladspa.h</CODE></A> header file.</P>
+
+<P>This SDK provides:</P>
+
+<UL>
+
+<LI>The API header file.</LI>
+
+<LI>Ten simple example plugins that may be used as the basis for
+further development.</LI>
+
+<LI>A program (`analyseplugin') which analyses a plugin library and
+describes the plugins within it. This program may be used as the basis
+for further development.</LI>
+
+<LI>A simple host program (`applyplugin') which allows a chain of
+plugins to modify a Wave file. This host may be used as the basis for
+further development.</LI>
+
+<LI>A program (`listplugins') which searches directories on the
+<CODE>LADSPA_PATH</CODE> for LADSPA plugins. This program may be used
+as the basis for further development.</LI>
+
+</UL>