%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 188.40.95.74 / Your IP : 216.73.216.208 Web Server : Apache System : Linux cp01.striminghost.net 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64 User : vlasotin ( 1054) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/ladspa-devel-1.13/ |
Upload File : |
<H1>LADSPA SDK v1.13 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="file:///usr/include/ladspa.h"><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>