/usr/share/doc/ladspa-sdk/example_plugins.html is in ladspa-sdk 1.13-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | <H1>Example Plugins</H1>
<P>Ten example plugins are provided. These provide a rudimentary basis
for a computer-music synthesis kit. They are written simply and may be
used as the basis for your creations. Note that the programming is not
of a massively high quality: in particular, memory management is
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
set</A>.</P>
<P>The following plugins are provided:</P>
<TABLE BORDER=1>
<TR>
<TH>File Name</TH>
<TH>Plugin Label</TH>
<TH>Description</TH>
</TR>
<TR>
<TD><CODE>amp.so</CODE></TD>
<TD>amp_mono</TD>
<TD>Mono Amplifier.</TD>
</TR>
<TR>
<TD><CODE>amp.so</CODE></TD>
<TD>amp_stereo</TD>
<TD>Stereo Amplifier.</TD>
</TR>
<TR>
<TD><CODE>filter.so</CODE></TD>
<TD>lpf</TD>
<TD>Simple Low Pass Filter.</TD>
</TR>
<TR>
<TD><CODE>filter.so</CODE></TD>
<TD>hpf</TD>
<TD>Simple High Pass Filter</TD>
</TR>
<TR>
<TD><CODE>delay.so</CODE></TD>
<TD>delay_5s</TD>
<TD>Simple Delay Line. The delay time may be varied up to 5
seconds. No feedback is provided.</TD>
</TR>
<TR>
<TD><CODE>sine.so</CODE></TD>
<TD>sine_faaa</TD>
<TD>Sine Oscillator. Frequency input is audio, Amplitude input is
audio.</TD>
</TR>
<TR>
<TD><CODE>sine.so</CODE></TD>
<TD>sine_faac</TD>
<TD>Simple Oscillator. Frequency input is audio, Amplitude input is
control.</TD>
</TR>
<TR>
<TD><CODE>sine.so</CODE></TD>
<TD>sine_fcaa</TD>
<TD>Simple Oscillator. Frequency input is control, Amplitude input is
audio.</TD>
</TR>
<TR>
<TD><CODE>sine.so</CODE></TD>
<TD>sine_fcac</TD>
<TD>Simple Oscillator. Frequency input is control, Amplitude input is
control.</TD>
</TR>
<TR>
<TD><CODE>noise.so</CODE></TD>
<TD>noise_white</TD>
<TD>White noise source.</TD>
</TR>
</TABLE>
|