File: download.html

package info (click to toggle)
ladspa-sdk 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 368 kB
  • ctags: 254
  • sloc: ansic: 2,380; cpp: 318; makefile: 93; sh: 21
file content (20 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>
<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>

</TABLE>