summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:19:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:19:55 +0000
commit4e78ffa15ca12b06a2629b0f280b75dfd1cd07bc (patch)
treed1627a7c48511e534539a1146489aecf6e9803aa /docs
parentc0b48c47d0b611291179d517316583b1d5d13300 (diff)
move wavpack plugin. See #352605.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/gst-plugins-good-plugins.hierarchy: * docs/plugins/gst-plugins-good-plugins.signals: * docs/plugins/inspect/plugin-autodetect.xml: * docs/plugins/inspect/plugin-gconfelements.xml: * docs/plugins/inspect/plugin-ladspa.xml: * docs/plugins/inspect/plugin-rtp.xml: * docs/plugins/inspect/plugin-wavpack.xml: * ext/Makefile.am: * tests/check/Makefile.am: move wavpack plugin. See #352605.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am3
-rw-r--r--docs/plugins/gst-plugins-good-plugins-docs.sgml4
-rw-r--r--docs/plugins/gst-plugins-good-plugins-sections.txt24
-rw-r--r--docs/plugins/gst-plugins-good-plugins.args178
-rw-r--r--docs/plugins/gst-plugins-good-plugins.hierarchy5
-rw-r--r--docs/plugins/gst-plugins-good-plugins.signals16
-rw-r--r--docs/plugins/inspect/plugin-autodetect.xml6
-rw-r--r--docs/plugins/inspect/plugin-gconfelements.xml3
-rw-r--r--docs/plugins/inspect/plugin-ladspa.xml2242
-rw-r--r--docs/plugins/inspect/plugin-rtp.xml32
-rw-r--r--docs/plugins/inspect/plugin-wavpack.xml34
11 files changed, 293 insertions, 2254 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 1d3044f7..127ef411 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -118,6 +118,9 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/videofilter/gstvideobalance.h \
$(top_srcdir)/gst/videofilter/gstvideoflip.h \
$(top_srcdir)/gst/videomixer/videomixer.c \
+ $(top_srcdir)/ext/wavpack/gstwavpackdec.h \
+ $(top_srcdir)/ext/wavpack/gstwavpackenc.h \
+ $(top_srcdir)/ext/wavpack/gstwavpackparse.h \
$(top_srcdir)/gst/wavparse/gstwavparse.h \
$(top_srcdir)/sys/directdraw/gstdirectdrawsink.h \
$(top_srcdir)/sys/directsound/gstdirectsoundsink.h \
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index 45f07ef5..13dc513a 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -59,6 +59,9 @@
<xi:include href="xml/element-videobalance.xml" />
<xi:include href="xml/element-videoflip.xml" />
<xi:include href="xml/element-videomixer.xml" />
+ <xi:include href="xml/element-wavpackdec.xml" />
+ <xi:include href="xml/element-wavpackenc.xml" />
+ <xi:include href="xml/element-wavpackparse.xml" />
<xi:include href="xml/element-wavparse.xml" />
<!-- <xi:include href="xml/element-v4l2src.xml" /> -->
<xi:include href="xml/element-ximagesrc.xml" />
@@ -116,6 +119,7 @@
<xi:include href="xml/plugin-videoflip.xml" />
<xi:include href="xml/plugin-videomixer.xml" />
<xi:include href="xml/plugin-wavenc.xml" />
+ <xi:include href="xml/plugin-wavpack.xml" />
<xi:include href="xml/plugin-wavparse.xml" />
<!-- <xi:include href="xml/plugin-video4linux2.xml" /> -->
<xi:include href="xml/plugin-ximagesrc.xml" />
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index 76dd99c2..b8eda7d0 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -687,6 +687,30 @@ ROUND_UP_8
</SECTION>
<SECTION>
+<FILE>element-wavpackdec</FILE>
+GstWavpackDec
+<TITLE>wavpackdec</TITLE>
+<SUBSECTION Standard>
+GstWavpackDecClass
+</SECTION>
+
+<SECTION>
+<FILE>element-wavpackenc</FILE>
+GstWavpackEnc
+<TITLE>wavpackenc</TITLE>
+<SUBSECTION Standard>
+GstWavpackEncClass
+</SECTION>
+
+<SECTION>
+<FILE>element-wavpackparse</FILE>
+GstWavpackParse
+<TITLE>wavpackparse</TITLE>
+<SUBSECTION Standard>
+GstWavpackParseClass
+</SECTION>
+
+<SECTION>
<FILE>element-wavparse</FILE>
GstWavParse
<TITLE>wavparse</TITLE>
diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args
index 7539e559..4ec4ac1d 100644
--- a/docs/plugins/gst-plugins-good-plugins.args
+++ b/docs/plugins/gst-plugins-good-plugins.args
@@ -189,6 +189,26 @@
</ARG>
<ARG>
+<NAME>GstUDPSrc::closefd</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Close sockfd</NICK>
+<BLURB>Close sockfd if passed as property on state change.</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstUDPSrc::skip-first-bytes</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Skip first bytes</NICK>
+<BLURB>number of bytes to skip for each udp packet.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>GstSMPTE::border</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 0</RANGE>
@@ -284,11 +304,31 @@
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Timeout</NICK>
-<BLURB>Retry TCP transport after timeout microseconds (0 = disabled).</BLURB>
+<BLURB>Retry TCP transport after UDP timeout microseconds (0 = disabled).</BLURB>
<DEFAULT>5000000</DEFAULT>
</ARG>
<ARG>
+<NAME>GstRTSPSrc::latency</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>Buffer latency in ms</NICK>
+<BLURB>Amount of ms to buffer.</BLURB>
+<DEFAULT>3000</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstRTSPSrc::tcp-timeout</NAME>
+<TYPE>guint64</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>TCP Timeout</NICK>
+<BLURB>Fail after timeout microseconds on TCP connections (0 = disabled).</BLURB>
+<DEFAULT>20000000</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>GstRTPDec::skip</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
@@ -299,6 +339,16 @@
</ARG>
<ARG>
+<NAME>GstRTPDec::latency</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Buffer latency in ms</NICK>
+<BLURB>Amount of ms to buffer.</BLURB>
+<DEFAULT>200</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>GstLevel::interval</NAME>
<TYPE>guint64</TYPE>
<RANGE>>= 1</RANGE>
@@ -589,6 +639,16 @@
</ARG>
<ARG>
+<NAME>GstShout2send::username</NAME>
+<TYPE>gchararray</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>username</NICK>
+<BLURB>username.</BLURB>
+<DEFAULT>"source"</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>GstSpeexDec::enh</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
@@ -1741,11 +1801,21 @@
<ARG>
<NAME>GstDynUDPSink::sockfd</NAME>
<TYPE>gint</TYPE>
-<RANGE>[0,32767]</RANGE>
+<RANGE>[-1,32767]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>socket handle</NICK>
-<BLURB>Socket to use for UDP reception.</BLURB>
-<DEFAULT>0</DEFAULT>
+<BLURB>Socket to use for UDP sending. (-1 == allocate).</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDynUDPSink::closefd</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Close sockfd</NICK>
+<BLURB>Close sockfd if passed as property on state change.</BLURB>
+<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
@@ -16718,3 +16788,103 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>
+<ARG>
+<NAME>GstWavpackEnc::bitrate</NAME>
+<TYPE>guint</TYPE>
+<RANGE><= 9600000</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Bitrate</NICK>
+<BLURB>Try to encode with this average bitrate (bits/sec). This enables lossy encoding, values smaller than 24000 disable it again.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstWavpackEnc::bits-per-sample</NAME>
+<TYPE>gdouble</TYPE>
+<RANGE>[0,24]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Bits per sample</NICK>
+<BLURB>Try to encode with this amount of bits per sample. This enables lossy encoding, values smaller than 2.0 disable it again.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstWavpackEnc::correction-mode</NAME>
+<TYPE>GstWavpackEncCorrectionMode</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Correction stream mode</NICK>
+<BLURB>Use this mode for the correction stream. Only works in lossy mode!.</BLURB>
+<DEFAULT>Create no correction file</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstWavpackEnc::extra-processing</NAME>
+<TYPE>guint</TYPE>
+<RANGE><= 6</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Extra processing</NICK>
+<BLURB>Use better but slower filters for better compression/quality.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstWavpackEnc::joint-stereo-mode</NAME>
+<TYPE>GstWavpackEncJSMode</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Joint-Stereo mode</NICK>
+<BLURB>Use this joint-stereo mode.</BLURB>
+<DEFAULT>auto</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstWavpackEnc::md5</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>MD5</NICK>
+<BLURB>Store MD5 hash of raw samples within the file.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstWavpackEnc::mode</NAME>
+<TYPE>GstWavpackEncMode</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Encoding mode</NICK>
+<BLURB>Speed versus compression tradeoff.</BLURB>
+<DEFAULT>Normal Compression</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstRtpMP2TDepay::skip-first-bytes</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Skip first bytes</NICK>
+<BLURB>The amount of bytes that need to be skipped at the beginning of the payload.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstRtpH263PPay::fragmentation-mode</NAME>
+<TYPE>GstFragmentationMode</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Fragmentation Mode</NICK>
+<BLURB>Packet Fragmentation Mode.</BLURB>
+<DEFAULT>Normal</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstGamma::gamma</NAME>
+<TYPE>gdouble</TYPE>
+<RANGE>[0.01,10]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Gamma</NICK>
+<BLURB>gamma.</BLURB>
+<DEFAULT>1</DEFAULT>
+</ARG>
+
diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy
index 69285ce1..94f1208d 100644
--- a/docs/plugins/gst-plugins-good-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-good-plugins.hierarchy
@@ -35,7 +35,7 @@ GObject
GstBaseAudioSrc
GstAudioSrc
GstOssSrc
- GstOsxAudioSrc
+ GstOsxAudioSrc
GstUDPSrc
GstPngDec
GstPngEnc
@@ -72,6 +72,9 @@ GObject
GstOssMixerElement
GstWavParse
GstWavEnc
+ GstWavpackParse
+ GstWavpackDec
+ GstWavpackEnc
GstVideoMixer
GstID3Demux
GstSMPTE
diff --git a/docs/plugins/gst-plugins-good-plugins.signals b/docs/plugins/gst-plugins-good-plugins.signals
index 49c12a92..c4c080c0 100644
--- a/docs/plugins/gst-plugins-good-plugins.signals
+++ b/docs/plugins/gst-plugins-good-plugins.signals
@@ -262,3 +262,19 @@ GstElement *arg1
GstDV1394Src *gstdv1394src
</SIGNAL>
+<SIGNAL>
+<NAME>GstRTPDec::clear-pt-map</NAME>
+<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
+GstRTPDec *gstrtpdec
+</SIGNAL>
+
+<SIGNAL>
+<NAME>GstRTPDec::request-pt-map</NAME>
+<RETURNS>GstCaps*</RETURNS>
+<FLAGS>l</FLAGS>
+GstRTPDec *gstrtpdec
+guint arg1
+guint arg2
+</SIGNAL>
+
diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml
index 335cd972..2bf65034 100644
--- a/docs/plugins/inspect/plugin-autodetect.xml
+++ b/docs/plugins/inspect/plugin-autodetect.xml
@@ -14,14 +14,16 @@
<longname>Auto audio sink</longname>
<class>Sink/Audio</class>
<description>Wrapper audio sink for automatically detected audio sink</description>
- <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;
+ Jan Schmidt &lt;thaytan@noraisin.net</author>
</element>
<element>
<name>autovideosink</name>
<longname>Auto video sink</longname>
<class>Sink/Video</class>
<description>Wrapper video sink for automatically detected video sink</description>
- <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;
+ Jan Schmidt &lt;thaytan@noraisin.net</author>
</element>
</elements>
</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml
index be0883ca..94a0b951 100644
--- a/docs/plugins/inspect/plugin-gconfelements.xml
+++ b/docs/plugins/inspect/plugin-gconfelements.xml
@@ -14,7 +14,8 @@
<longname>GConf audio sink</longname>
<class>Sink/Audio</class>
<description>Audio sink embedding the GConf-settings for audio output</description>
- <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;
+ Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
</element>
<element>
<name>gconfaudiosrc</name>
diff --git a/docs/plugins/inspect/plugin-ladspa.xml b/docs/plugins/inspect/plugin-ladspa.xml
index e25f5a83..9d79be6c 100644
--- a/docs/plugins/inspect/plugin-ladspa.xml
+++ b/docs/plugins/inspect/plugin-ladspa.xml
@@ -3,405 +3,13 @@
<description>All LADSPA plugins</description>
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
<basename>libgstladspa.so</basename>
- <version>0.10.4.2</version>
+ <version>0.10.4.1</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<origin>Unknown package origin</origin>
<elements>
<element>
- <name>ladspa-AmpIII</name>
- <longname>CAPS: AmpIII - Tube amp emulation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: AmpIII - Tube amp emulation</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-AmpIV</name>
- <longname>CAPS: AmpIV - Tube amp emulation + tone controls</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: AmpIV - Tube amp emulation + tone controls</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-AmpV</name>
- <longname>CAPS: AmpV - Refined tube amp emulation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: AmpV - Refined tube amp emulation</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-CEO</name>
- <longname>CAPS: CEO - Chief Executive Oscillator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: CEO - Chief Executive Oscillator</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-CabinetI</name>
- <longname>CAPS: CabinetI - Loudspeaker cabinet emulation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: CabinetI - Loudspeaker cabinet emulation</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-CabinetII</name>
- <longname>CAPS: CabinetII - Refined loudspeaker cabinet emulation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: CabinetII - Refined loudspeaker cabinet emulation</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Chorus1</name>
- <longname>Chorus1 - Based on CSound orchestra by Sean Costello</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Chorus1 - Based on CSound orchestra by Sean Costello</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Chorus2</name>
- <longname>Chorus2 - Based on CSound orchestra by Sean Costello</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Chorus2 - Based on CSound orchestra by Sean Costello</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-ChorusI</name>
- <longname>CAPS: ChorusI - Mono chorus/flanger</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: ChorusI - Mono chorus/flanger</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-ChorusII</name>
- <longname>CAPS: ChorusII - Mono chorus/flanger modulated by a fractal</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: ChorusII - Mono chorus/flanger modulated by a fractal</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Click</name>
- <longname>CAPS: Click - Metronome</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: Click - Metronome</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Clip</name>
- <longname>CAPS: Clip - Hard clipper, 8x oversampled</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: Clip - Hard clipper, 8x oversampled</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Compress</name>
- <longname>CAPS: Compress - Mono compressor</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: Compress - Mono compressor</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;, Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-Dirac</name>
- <longname>CAPS: Dirac - One-sample impulse generator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: Dirac - One-sample impulse generator</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Eq</name>
- <longname>CAPS: Eq - 10-band 'analogue' equalizer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: Eq - 10-band 'analogue' equalizer</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-HRTF</name>
- <longname>CAPS: HRTF - Head-related transfer function at elevation 0</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: HRTF - Head-related transfer function at elevation 0</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-JVRev</name>
- <longname>CAPS: JVRev - Stanford-style reverb from STK</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: JVRev - Stanford-style reverb from STK</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Lorenz</name>
- <longname>CAPS: Lorenz - The sound of a Lorenz attractor</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: Lorenz - The sound of a Lorenz attractor</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Mvchpf-1</name>
- <longname>Mvchpf-1 Digital implementation of the VC HP filter invented by R.A. Moog</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mvchpf-1 Digital implementation of the VC HP filter invented by R.A. Moog</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@skynet.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Mvclpf-1</name>
- <longname>Mvclpf-1 Digital implementation of the VC filter invented by R.A.Moog</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mvclpf-1 Digital implementation of the VC filter invented by R.A.Moog</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Mvclpf-2</name>
- <longname>Mvclpf-2 Digital implementation of the VC filter invented by R.A.Moog</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mvclpf-2 Digital implementation of the VC filter invented by R.A.Moog</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Mvclpf-3</name>
- <longname>Mvclpf-3 Digital implementation of the VC filter invented by R.A.Moog</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mvclpf-3 Digital implementation of the VC filter invented by R.A.Moog</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Mvclpf-4</name>
- <longname>Mvclpf-4 Digital implementation of the VC filter invented by R.A.Moog</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mvclpf-4 Digital implementation of the VC filter invented by R.A.Moog</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Pan</name>
- <longname>CAPS: Pan - Pan and width</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: Pan - Pan and width</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Parametric1</name>
- <longname>4-band parametric filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>4-band parametric filter</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Phaser1</name>
- <longname>Phaser1 - Similar to CSound's phaser1 by Sean Costello</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Phaser1 - Similar to CSound's phaser1 by Sean Costello</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-Phaser1+LFO</name>
- <longname>Phaser1 with LFO</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Phaser1 with LFO</description>
- <author>Fons Adriaensen &lt;fons.adriaensen@alcatel.be&gt;</author>
- </element>
- <element>
- <name>ladspa-PhaserI</name>
- <longname>CAPS: PhaserI - Mono phaser</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: PhaserI - Mono phaser</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-PhaserII</name>
- <longname>CAPS: PhaserII - Mono phaser modulated by a Lorenz fractal</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: PhaserII - Mono phaser modulated by a Lorenz fractal</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Plate</name>
- <longname>CAPS: Plate - Versatile plate reverb</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: Plate - Versatile plate reverb</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Plate2x2</name>
- <longname>CAPS: Plate2x2 - Versatile plate reverb, stereo inputs</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: Plate2x2 - Versatile plate reverb, stereo inputs</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-PreampIII</name>
- <longname>CAPS: PreampIII - Tube preamp emulation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: PreampIII - Tube preamp emulation</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-PreampIV</name>
- <longname>CAPS: PreampIV - Tube preamp emulation + tone controls</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: PreampIV - Tube preamp emulation + tone controls</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Roessler</name>
- <longname>CAPS: Roessler - The sound of a Roessler attractor</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: Roessler - The sound of a Roessler attractor</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Scape</name>
- <longname>CAPS: Scape - Stereo delay + Filters</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: Scape - Stereo delay + Filters</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-Sin</name>
- <longname>CAPS: Sin - Sine wave generator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: Sin - Sine wave generator</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-StereoChorusI</name>
- <longname>CAPS: StereoChorusI - Stereo chorus/flanger</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: StereoChorusI - Stereo chorus/flanger</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-StereoChorusII</name>
- <longname>CAPS: StereoChorusII - Stereo chorus/flanger modulated by a fractal</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: StereoChorusII - Stereo chorus/flanger modulated by a fractal</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-SweepVFI</name>
- <longname>CAPS: SweepVFI - Resonant filter, f swept by a Lorenz fractal</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: SweepVFI - Resonant filter, f swept by a Lorenz fractal</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-SweepVFII</name>
- <longname>CAPS: SweepVFII - Resonant filter, f and Q swept by a Lorenz fractal</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>CAPS: SweepVFII - Resonant filter, f and Q swept by a Lorenz fractal</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-VCOd</name>
- <longname>CAPS: VCOd - Double VCO with detune and hard sync options</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: VCOd - Double VCO with detune and hard sync options</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-VCOs</name>
- <longname>CAPS: VCOs - Virtual 'analogue' oscillator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: VCOs - Virtual 'analogue' oscillator</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-White</name>
- <longname>CAPS: White - White noise generator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>CAPS: White - White noise generator</description>
- <author>Tim Goetze &lt;tim@quitte.de&gt;</author>
- </element>
- <element>
- <name>ladspa-adenv</name>
- <longname>Percussive AD Envelope</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Percussive AD Envelope</description>
- <author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
- </element>
- <element>
- <name>ladspa-adenv-lvl</name>
- <longname>Percussive AD Envelope with levels</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Percussive AD Envelope with levels</description>
- <author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
- </element>
- <element>
- <name>ladspa-adsr</name>
- <longname>ADSR Envelope</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>ADSR Envelope</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-adsr-g+t</name>
- <longname>ADSR Envelope with Gate and Trigger</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>ADSR Envelope with Gate and Trigger</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-alias</name>
- <longname>Aliasing</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Aliasing</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-allpass-c</name>
- <longname>Allpass delay line, cubic spline interpolation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Allpass delay line, cubic spline interpolation</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-allpass-l</name>
- <longname>Allpass delay line, linear interpolation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Allpass delay line, linear interpolation</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-allpass-n</name>
- <longname>Allpass delay line, noninterpolating</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Allpass delay line, noninterpolating</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-am</name>
- <longname>Amplitude Modulator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Amplitude Modulator</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-amPitchshift</name>
- <longname>AM pitchshifter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>AM pitchshifter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-amp</name>
- <longname>Simple amplifier</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple amplifier</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-amp-gaia-oa</name>
- <longname>Amplifier (GAIA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Amplifier (GAIA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-amp-gcia-oa</name>
- <longname>Amplifier (GCIA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Amplifier (GCIA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
<name>ladspa-amp-mono</name>
<longname>Mono Amplifier</longname>
<class>Filter/Effect/Audio/LADSPA</class>
@@ -416,300 +24,6 @@
<author>Richard Furse (LADSPA example plugins)</author>
</element>
<element>
- <name>ladspa-analogue</name>
- <longname>Analogue Voice</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Analogue Voice</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)</author>
- </element>
- <element>
- <name>ladspa-analogueOsc</name>
- <longname>Analogue Oscillator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Analogue Oscillator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-artificialLatency</name>
- <longname>Artificial latency</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Artificial latency</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-autoPhaser</name>
- <longname>Auto phaser</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Auto phaser</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-bandpass-a-iir</name>
- <longname>Glame Bandpass Analog Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Glame Bandpass Analog Filter</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-bandpass-iir</name>
- <longname>Glame Bandpass Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Glame Bandpass Filter</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-bf-rotate-z</name>
- <longname>Ambisonic Rotation (B-Format, Horizontal)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Rotation (B-Format, Horizontal)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-bf2cube</name>
- <longname>Ambisonic Decoder (B-Format to Cube)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Decoder (B-Format to Cube)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-bf2quad</name>
- <longname>Ambisonic Decoder (B-Format to Quad)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Decoder (B-Format to Quad)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-bf2stereo</name>
- <longname>Ambisonic Decoder (B-Format to Stereo)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Decoder (B-Format to Stereo)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-bodeShifter</name>
- <longname>Bode frequency shifter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bode frequency shifter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-bodeShifterCV</name>
- <longname>Bode frequency shifter (CV)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bode frequency shifter (CV)</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-branch-ia-oaoa</name>
- <longname>Signal Branch (IA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Branch (IA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-branch-ic-ococ</name>
- <longname>Signal Branch (IC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Signal Branch (IC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-butthigh-iir</name>
- <longname>GLAME Butterworth Highpass</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>GLAME Butterworth Highpass</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-buttlow-iir</name>
- <longname>GLAME Butterworth Lowpass</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>GLAME Butterworth Lowpass</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-bwxover-iir</name>
- <longname>Glame Butterworth X-over Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Glame Butterworth X-over Filter</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-canyon-delay</name>
- <longname>Canyon Delay</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Canyon Delay</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)</author>
- </element>
- <element>
- <name>ladspa-chebstortion</name>
- <longname>Chebyshev distortion</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Chebyshev distortion</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-comb</name>
- <longname>Comb Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Comb Filter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-comb-c</name>
- <longname>Comb delay line, cubic spline interpolation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Comb delay line, cubic spline interpolation</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-comb-l</name>
- <longname>Comb delay line, linear interpolation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Comb delay line, linear interpolation</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-comb-n</name>
- <longname>Comb delay line, noninterpolating</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Comb delay line, noninterpolating</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-combSplitter</name>
- <longname>Comb Splitter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Comb Splitter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-comp-aa</name>
- <longname>Comparison (AA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Comparison (AA)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-comp-ac</name>
- <longname>Comparison (AC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Comparison (AC)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-compress-peak</name>
- <longname>Simple Compressor (Peak Envelope Tracking)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple Compressor (Peak Envelope Tracking)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-compress-rms</name>
- <longname>Simple Compressor (RMS Envelope Tracking)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple Compressor (RMS Envelope Tracking)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-const</name>
- <longname>Constant Signal Generator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Constant Signal Generator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-crossoverDist</name>
- <longname>Crossover distortion</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Crossover distortion</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-dahdsr-cg+t-control</name>
- <longname>DAHDSR Envelope with Control Gate and Trigger (Control Inputs)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>DAHDSR Envelope with Control Gate and Trigger (Control Inputs)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-dahdsr-fexp</name>
- <longname>DAHDSR Envelope full exp, adr</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DAHDSR Envelope full exp, adr</description>
- <author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
- </element>
- <element>
- <name>ladspa-dahdsr-g+t-audio</name>
- <longname>DAHDSR Envelope with Gate and Trigger (Audio-Rate Inputs)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DAHDSR Envelope with Gate and Trigger (Audio-Rate Inputs)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-dahdsr-g+t-control</name>
- <longname>DAHDSR Envelope with Gate and Trigger (Control Inputs)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DAHDSR Envelope with Gate and Trigger (Control Inputs)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-dahdsr-hexp</name>
- <longname>DAHDSR Envelope linear attack exp dr</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DAHDSR Envelope linear attack exp dr</description>
- <author>Loki Davison &lt;ltdav1[at]student.monash.edu.au&gt;</author>
- </element>
- <element>
- <name>ladspa-dcRemove</name>
- <longname>DC Offset Remover</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DC Offset Remover</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-decay</name>
- <longname>Exponential signal decay</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Exponential signal decay</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-decimator</name>
- <longname>Decimator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Decimator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-declip</name>
- <longname>Declipper</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Declipper</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-delay-0-01s</name>
- <longname>Echo Delay Line (Maximum Delay 0.01s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Echo Delay Line (Maximum Delay 0.01s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-delay-0-1s</name>
- <longname>Echo Delay Line (Maximum Delay 0.1s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Echo Delay Line (Maximum Delay 0.1s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-delay-1s</name>
- <longname>Echo Delay Line (Maximum Delay 1s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Echo Delay Line (Maximum Delay 1s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
<name>ladspa-delay-5s</name>
<longname>Simple Delay Line</longname>
<class>Filter/Effect/Audio/LADSPA</class>
@@ -717,398 +31,6 @@
<author>Richard Furse (LADSPA example plugins)</author>
</element>
<element>
- <name>ladspa-delay-60s</name>
- <longname>Echo Delay Line (Maximum Delay 60s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Echo Delay Line (Maximum Delay 60s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-delay-c</name>
- <longname>Simple delay line, cubic spline interpolation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple delay line, cubic spline interpolation</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-delay-l</name>
- <longname>Simple delay line, linear interpolation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple delay line, linear interpolation</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-delay-n</name>
- <longname>Simple delay line, noninterpolating</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple delay line, noninterpolating</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-delayorama</name>
- <longname>Delayorama</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Delayorama</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-difference-iama-oa</name>
- <longname>Signal Difference (IAMA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Difference (IAMA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-difference-iamc-oa</name>
- <longname>Signal Difference (IAMC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Difference (IAMC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-difference-icma-oa</name>
- <longname>Signal Difference (ICMA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Difference (ICMA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-difference-icmc-oc</name>
- <longname>Signal Difference (ICMC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Signal Difference (ICMC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-diode</name>
- <longname>Diode Processor</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Diode Processor</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-disintegrator</name>
- <longname>Disintegrator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Disintegrator</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
- </element>
- <element>
- <name>ladspa-divider</name>
- <longname>Audio Divider (Suboctave Generator)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Audio Divider (Suboctave Generator)</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-dj-eq</name>
- <longname>DJ EQ</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DJ EQ</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-dj-eq-mono</name>
- <longname>DJ EQ (mono)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DJ EQ (mono)</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-djFlanger</name>
- <longname>DJ flanger</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>DJ flanger</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-dysonCompress</name>
- <longname>Dyson compressor</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Dyson compressor</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-encode-bformat</name>
- <longname>Ambisonic Encoder (B-Format)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Encoder (B-Format)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-encode-fmh</name>
- <longname>Ambisonic Encoder (FMH-Format)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Encoder (FMH-Format)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-expand-peak</name>
- <longname>Simple Expander (Peak Envelope Tracking)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple Expander (Peak Envelope Tracking)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-expand-rms</name>
- <longname>Simple Expander (RMS Envelope Tracking)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple Expander (RMS Envelope Tracking)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fadDelay</name>
- <longname>Fractionally Addressed Delay Line</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Fractionally Addressed Delay Line</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-fast-xfade</name>
- <longname>Fast Crossfade</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Fast Crossfade</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-fastLookaheadLimiter</name>
- <longname>Fast Lookahead limiter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Fast Lookahead limiter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-fbdelay-0-01s</name>
- <longname>Feedback Delay Line (Maximum Delay 0.01s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Feedback Delay Line (Maximum Delay 0.01s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fbdelay-0-1s</name>
- <longname>Feedback Delay Line (Maximum Delay 0.1s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Feedback Delay Line (Maximum Delay 0.1s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fbdelay-1s</name>
- <longname>Feedback Delay Line (Maximum Delay 1s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Feedback Delay Line (Maximum Delay 1s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fbdelay-5s</name>
- <longname>Feedback Delay Line (Maximum Delay 5s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Feedback Delay Line (Maximum Delay 5s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fbdelay-60s</name>
- <longname>Feedback Delay Line (Maximum Delay 60s)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Feedback Delay Line (Maximum Delay 60s)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-flanger</name>
- <longname>Flanger</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Flanger</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-fmOsc</name>
- <longname>FM Oscillator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>FM Oscillator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-fmh-rotate-z</name>
- <longname>Ambisonic Rotation (FMH-Format, Horizontal)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Rotation (FMH-Format, Horizontal)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fmh2bf</name>
- <longname>FMH-Format to B-Format (Discards RSTUV Channels)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>FMH-Format to B-Format (Discards RSTUV Channels)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fmh2oct</name>
- <longname>Ambisonic Decoder (FMH-Format to Octagon)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ambisonic Decoder (FMH-Format to Octagon)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-fmod-fama-oa</name>
- <longname>Frequency Modulator (FAMA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Frequency Modulator (FAMA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-fmod-famc-oa</name>
- <longname>Frequency Modulator (FAMC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Frequency Modulator (FAMC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-fmod-fcma-oa</name>
- <longname>Frequency Modulator (FCMA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Frequency Modulator (FCMA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-fmod-fcmc-oc</name>
- <longname>Frequency Modulator (FCMC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Frequency Modulator (FCMC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-foldover</name>
- <longname>Foldover distortion</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Foldover distortion</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-formant-vc</name>
- <longname>Formant Filter (CR vowel)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Formant Filter (CR vowel)</description>
- <author>Dave Robillard</author>
- </element>
- <element>
- <name>ladspa-fourByFourPole</name>
- <longname>4 x 4 pole allpass</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>4 x 4 pole allpass</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-foverdrive</name>
- <longname>Fast overdrive</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Fast overdrive</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-freeverb3</name>
- <longname>Freeverb (Version 3)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Freeverb (Version 3)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Jezar at Dreampoint, ported by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-freqTracker</name>
- <longname>Frequency tracker</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Frequency tracker</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-gate</name>
- <longname>Gate</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Gate</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-giantFlange</name>
- <longname>Giant flange</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Giant flange</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-gong</name>
- <longname>Gong model</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Gong model</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-gongBeater</name>
- <longname>Gong beater</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Gong beater</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-grain-scatter</name>
- <longname>Granular Scatter Processor</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Granular Scatter Processor</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-gsm</name>
- <longname>GSM simulator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>GSM simulator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-gverb</name>
- <longname>GVerb</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>GVerb</description>
- <author>Juhana Sadeharju &lt;kouhia at nic.funet.fi&gt;, LADSPAification by Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-hard-gate</name>
- <longname>Hard Gate</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Hard Gate</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
- </element>
- <element>
- <name>ladspa-hardLimiter</name>
- <longname>Hard Limiter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Hard Limiter</description>
- <author>Marcus Andersson</author>
- </element>
- <element>
- <name>ladspa-harmonicGen</name>
- <longname>Harmonic generator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Harmonic generator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-hermesFilter</name>
- <longname>Hermes Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Hermes Filter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-highpass-iir</name>
- <longname>Glame Highpass Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Glame Highpass Filter</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-hilbert</name>
- <longname>Hilbert transformer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Hilbert transformer</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
<name>ladspa-hpf</name>
<longname>Simple High Pass Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
@@ -1116,132 +38,6 @@
<author>Richard Furse (LADSPA example plugins)</author>
</element>
<element>
- <name>ladspa-hz-voct-ar</name>
- <longname>Hz to V/Oct Converter (AR)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Hz to V/Oct Converter (AR)</description>
- <author>Dave Robillard</author>
- </element>
- <element>
- <name>ladspa-hz-voct-cr</name>
- <longname>Hz to V/Oct Converter (CR)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Hz to V/Oct Converter (CR)</description>
- <author>Dave Robillard</author>
- </element>
- <element>
- <name>ladspa-identity-audio</name>
- <longname>Identity (Audio)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Identity (Audio)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-identity-control</name>
- <longname>Identity (Control)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Identity (Control)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-imp</name>
- <longname>Impulse convolver</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Impulse convolver</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-impulse-fc</name>
- <longname>Nonbandlimited single-sample impulses (Frequency: Control)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Nonbandlimited single-sample impulses (Frequency: Control)</description>
- <author>Andy Wingo &lt;wingo at pobox dot com&gt;</author>
- </element>
- <element>
- <name>ladspa-interpolator</name>
- <longname>Control to Audio Interpolator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Control to Audio Interpolator</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-inv</name>
- <longname>Inverter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Inverter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-karaoke</name>
- <longname>Karaoke</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Karaoke</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-lcrDelay</name>
- <longname>L/C/R Delay</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>L/C/R Delay</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-lfoPhaser</name>
- <longname>LFO Phaser</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>LFO Phaser</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-limit-peak</name>
- <longname>Simple Limiter (Peak Envelope Tracking)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple Limiter (Peak Envelope Tracking)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-limit-rms</name>
- <longname>Simple Limiter (RMS Envelope Tracking)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple Limiter (RMS Envelope Tracking)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-lofi</name>
- <longname>Lo Fi</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Lo Fi</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)</author>
- </element>
- <element>
- <name>ladspa-logistic</name>
- <longname>Logistic Map Control Generator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Logistic Map Control Generator</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
- </element>
- <element>
- <name>ladspa-lowpass-iir</name>
- <longname>Glame Lowpass Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Glame Lowpass Filter</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-lp4pole-faraia-oa</name>
- <longname>4 Pole Low-Pass Filter with Resonance (FARAIA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>4 Pole Low-Pass Filter with Resonance (FARAIA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-lp4pole-fcrcia-oa</name>
- <longname>4 Pole Low-Pass Filter with Resonance (FCRCIA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>4 Pole Low-Pass Filter with Resonance (FCRCIA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
<name>ladspa-lpf</name>
<longname>Simple Low Pass Filter</longname>
<class>Filter/Effect/Audio/LADSPA</class>
@@ -1249,83 +45,6 @@
<author>Richard Furse (LADSPA example plugins)</author>
</element>
<element>
- <name>ladspa-lsFilter</name>
- <longname>LS Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>LS Filter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-matrixMSSt</name>
- <longname>Matrix: MS to Stereo</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Matrix: MS to Stereo</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-matrixSpatialiser</name>
- <longname>Matrix Spatialiser</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Matrix Spatialiser</description>
- <author>Joern Nettingsmeier &lt;nettings@folkwang-hochschule.de&gt;</author>
- </element>
- <element>
- <name>ladspa-matrixStMS</name>
- <longname>Matrix: Stereo to MS</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Matrix: Stereo to MS</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-mbeq</name>
- <longname>Multiband EQ</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Multiband EQ</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-mixer</name>
- <longname>Mixer (Stereo to Mono)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mixer (Stereo to Mono)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-modDelay</name>
- <longname>Modulatable delay</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Modulatable delay</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-multivoiceChorus</name>
- <longname>Multivoice Chorus</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Multivoice Chorus</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-mux-ar</name>
- <longname>Multiplexer (AR)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Multiplexer (AR)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-mux-cr</name>
- <longname>Multiplexer (CR)</longname>
- <class>Sink/Audio/LADSPA</class>
- <description>Multiplexer (CR)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-noise-source-white</name>
- <longname>Noise Source (White)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Noise Source (White)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
<name>ladspa-noise-white</name>
<longname>White Noise Source</longname>
<class>Source/Audio/LADSPA</class>
@@ -1333,447 +52,6 @@
<author>Richard Furse (LADSPA example plugins)</author>
</element>
<element>
- <name>ladspa-notch-iir</name>
- <longname>Mag's Notch Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mag's Notch Filter</description>
- <author>Alexander Ehlert &lt;mag@glame.de&gt;</author>
- </element>
- <element>
- <name>ladspa-null-ai</name>
- <longname>Null (Audio Input)</longname>
- <class>Sink/Audio/LADSPA</class>
- <description>Null (Audio Input)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-null-ao</name>
- <longname>Null (Audio Output)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Null (Audio Output)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-null-ci</name>
- <longname>Null (Control Input)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Null (Control Input)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-null-co</name>
- <longname>Null (Control Output)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Null (Control Output)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-organ</name>
- <longname>Organ</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Organ</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)</author>
- </element>
- <element>
- <name>ladspa-peak</name>
- <longname>Peak Monitor</longname>
- <class>Sink/Audio/LADSPA</class>
- <description>Peak Monitor</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-phasemod</name>
- <longname>Phase Modulated Voice</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Phase Modulated Voice</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)</author>
- </element>
- <element>
- <name>ladspa-pink-full-frequency</name>
- <longname>Pink Noise (full frequency range)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Pink Noise (full frequency range)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
- </element>
- <element>
- <name>ladspa-pink-interpolated-audio</name>
- <longname>Pink Noise (Interpolated)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Pink Noise (Interpolated)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
- </element>
- <element>
- <name>ladspa-pink-sh</name>
- <longname>Pink Noise (sample and hold)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Pink Noise (sample and hold)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
- </element>
- <element>
- <name>ladspa-pitchScale</name>
- <longname>Pitch Scaler</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Pitch Scaler</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-pitchScaleHQ</name>
- <longname>Higher Quality Pitch Scaler</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Higher Quality Pitch Scaler</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-plate</name>
- <longname>Plate reverb</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Plate reverb</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-pointerCastDistortion</name>
- <longname>Pointer cast distortion</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Pointer cast distortion</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-power</name>
- <longname>Power (AR)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Power (AR)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-power-cr</name>
- <longname>Power (CR)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Power (CR)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-prob-switch-ar</name>
- <longname>Probability Switch (AR Controls)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Probability Switch (AR Controls)</description>
- <author>Loki Davison</author>
- </element>
- <element>
- <name>ladspa-prob-switch-cr</name>
- <longname>Probability Switch (CR Controls)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Probability Switch (CR Controls)</description>
- <author>Loki Davison</author>
- </element>
- <element>
- <name>ladspa-product-iaia-oa</name>
- <longname>Signal Product (IAIA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Product (IAIA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-product-iaic-oa</name>
- <longname>Signal Product (IAIC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Product (IAIC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-product-icic-oc</name>
- <longname>Signal Product (ICIC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Signal Product (ICIC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-pulse-fapa-oa</name>
- <longname>Bandlimited Variable Width Pulse Oscillator (FAPA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Variable Width Pulse Oscillator (FAPA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-pulse-fapc-oa</name>
- <longname>Bandlimited Variable Width Pulse Oscillator (FAPC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Variable Width Pulse Oscillator (FAPC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-pulse-fcpa-oa</name>
- <longname>Bandlimited Variable Width Pulse Oscillator (FCPA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Variable Width Pulse Oscillator (FCPA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-pulse-fcpc-oa</name>
- <longname>Bandlimited Variable Width Pulse Oscillator (FCPC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Bandlimited Variable Width Pulse Oscillator (FCPC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-quantiser100</name>
- <longname>Quantiser (100 Steps)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Quantiser (100 Steps)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-quantiser20</name>
- <longname>Quantiser (20 Steps)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Quantiser (20 Steps)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-quantiser50</name>
- <longname>Quantiser (50 Steps)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Quantiser (50 Steps)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-random-fasa-oa</name>
- <longname>Random Wave Generator (FASA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Random Wave Generator (FASA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-random-fasc-oa</name>
- <longname>Random Wave Generator (FASC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Random Wave Generator (FASC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-random-fcsa-oa</name>
- <longname>Random Wave Generator (FCSA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Random Wave Generator (FCSA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-random-fcsc-oa</name>
- <longname>Random Wave Generator (FCSC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Random Wave Generator (FCSC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-range-trans-ar</name>
- <longname>Range Translator (AR Controls)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Range Translator (AR Controls)</description>
- <author>Dave Robillard</author>
- </element>
- <element>
- <name>ladspa-range-trans-cr</name>
- <longname>Range Translator (CR Controls)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Range Translator (CR Controls)</description>
- <author>Dave Robillard</author>
- </element>
- <element>
- <name>ladspa-rateShifter</name>
- <longname>Rate shifter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Rate shifter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-ratio-nada-oa</name>
- <longname>Signal Ratio (NADA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Ratio (NADA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-ratio-nadc-oa</name>
- <longname>Signal Ratio (NADC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Ratio (NADC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-ratio-ncda-oa</name>
- <longname>Signal Ratio (NCDA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Ratio (NCDA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-ratio-ncdc-oc</name>
- <longname>Signal Ratio (NCDC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Signal Ratio (NCDC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-retroFlange</name>
- <longname>Retro Flanger</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Retro Flanger</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-revdelay</name>
- <longname>Reverse Delay (5s max)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Reverse Delay (5s max)</description>
- <author>Jesse Chappell &lt;jesse at essej dot net&gt;</author>
- </element>
- <element>
- <name>ladspa-ringmod-1i1o1l</name>
- <longname>Ringmod with LFO</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ringmod with LFO</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-ringmod-2i1o</name>
- <longname>Ringmod with two inputs</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Ringmod with two inputs</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-satanMaximiser</name>
- <longname>Barry's Satan Maximiser</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Barry's Satan Maximiser</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sawtooth-fa-oa</name>
- <longname>Bandlimited Sawtooth Oscillator (FA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Sawtooth Oscillator (FA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sawtooth-fc-oa</name>
- <longname>Bandlimited Sawtooth Oscillator (FC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Bandlimited Sawtooth Oscillator (FC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sc1</name>
- <longname>SC1</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>SC1</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sc2</name>
- <longname>SC2</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>SC2</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sc3</name>
- <longname>SC3</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>SC3</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sc4</name>
- <longname>SC4</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>SC4</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sc4m</name>
- <longname>SC4 mono</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>SC4 mono</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-se4</name>
- <longname>SE4</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>SE4</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sequencer16</name>
- <longname>Analogue Style 16 Step Sequencer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Analogue Style 16 Step Sequencer</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sequencer32</name>
- <longname>Analogue Style 32 Step Sequencer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Analogue Style 32 Step Sequencer</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sequencer64</name>
- <longname>Analogue Style 64 Step Sequencer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Analogue Style 64 Step Sequencer</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sh-ar</name>
- <longname>Sample and Hold (AR Threshold)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Sample and Hold (AR Threshold)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-sh-cr</name>
- <longname>Sample and Hold (CR Threshold)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Sample and Hold (CR Threshold)</description>
- <author>Thorsten Wilms</author>
- </element>
- <element>
- <name>ladspa-shaper</name>
- <longname>Wave shaper</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Wave shaper</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sifter</name>
- <longname>Signal sifter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal sifter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-signal-abs-ar</name>
- <longname>Signal Absolute value, negative or positive (AR Controls)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Absolute value, negative or positive (AR Controls)</description>
- <author>Loki Davison</author>
- </element>
- <element>
- <name>ladspa-signal-abs-cr</name>
- <longname>Signal Absolute value, negative or positive (CR Controls)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Absolute value, negative or positive (CR Controls)</description>
- <author>Loki Davison</author>
- </element>
- <element>
- <name>ladspa-sinCos</name>
- <longname>Sine + cosine oscillator</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Sine + cosine oscillator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
<name>ladspa-sine-faaa</name>
<longname>Sine Oscillator (Freq:audio, Amp:audio)</longname>
<class>Filter/Effect/Audio/LADSPA</class>
@@ -1801,523 +79,5 @@
<description>Sine Oscillator (Freq:control, Amp:control)</description>
<author>Richard Furse (LADSPA example plugins)</author>
</element>
- <element>
- <name>ladspa-singlePara</name>
- <longname>Single band parametric</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Single band parametric</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sinusWavewrapper</name>
- <longname>Sinus wavewrapper</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Sinus wavewrapper</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sledgehammer</name>
- <longname>Dynamic Sledgehammer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Dynamic Sledgehammer</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)</author>
- </element>
- <element>
- <name>ladspa-slew-limiter-ra</name>
- <longname>Slew limiter (RA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Slew limiter (RA)</description>
- <author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
- </element>
- <element>
- <name>ladspa-slew-limiter-rc</name>
- <longname>Slew limiter (RC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Slew limiter (RC)</description>
- <author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
- </element>
- <element>
- <name>ladspa-slide-ta</name>
- <longname>Slide (TA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Slide (TA)</description>
- <author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
- </element>
- <element>
- <name>ladspa-slide-tc</name>
- <longname>Slide (TC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Slide (TC)</description>
- <author>Lars Luthman &lt;larsl@users.sourceforge.net&gt;</author>
- </element>
- <element>
- <name>ladspa-smoothDecimate</name>
- <longname>Smooth Decimator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Smooth Decimator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-split</name>
- <longname>Mono to Stereo splitter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Mono to Stereo splitter</description>
- <author>Frank Neumann &lt;franky@users.sourceforge.net&gt;</author>
- </element>
- <element>
- <name>ladspa-square-fa-oa</name>
- <longname>Bandlimited Square Oscillator (FA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Square Oscillator (FA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-square-fc-oa</name>
- <longname>Bandlimited Square Oscillator (FC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Bandlimited Square Oscillator (FC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-ssm-masher</name>
- <longname>Masher</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Masher</description>
- <author>Dave Griffiths</author>
- </element>
- <element>
- <name>ladspa-stepMuxer</name>
- <longname>Step Demuxer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Step Demuxer</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sum-iaia-oa</name>
- <longname>Signal Sum (IAIA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Sum (IAIA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sum-iaic-oa</name>
- <longname>Signal Sum (IAIC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Sum (IAIC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-sum-icic-oc</name>
- <longname>Signal Sum (ICIC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Signal Sum (ICIC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-surroundEncoder</name>
- <longname>Surround matrix encoder</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Surround matrix encoder</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-svf</name>
- <longname>State Variable Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>State Variable Filter</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-syncpulse-fapaga-oa</name>
- <longname>Clock Pulse Oscillator with Gate (FAPAGA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Clock Pulse Oscillator with Gate (FAPAGA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-syncpulse-fcpcga-oa</name>
- <longname>Clock Pulse Oscillator with Gate (FCPCGA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Clock Pulse Oscillator with Gate (FCPCGA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-syncsquare-faga-oa</name>
- <longname>Clock Oscillator with Gate (FAGA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Clock Oscillator with Gate (FAGA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-syncsquare-fcga-oa</name>
- <longname>Clock Oscillator with Gate (FCGA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Clock Oscillator with Gate (FCGA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-syndrum</name>
- <longname>Syn Drum</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Syn Drum</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)</author>
- </element>
- <element>
- <name>ladspa-tap-autopan</name>
- <longname>TAP AutoPanner</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP AutoPanner</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-chorusflanger</name>
- <longname>TAP Chorus/Flanger</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Chorus/Flanger</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-deesser</name>
- <longname>TAP DeEsser</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP DeEsser</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-doubler</name>
- <longname>TAP Fractal Doubler</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Fractal Doubler</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-dynamics-m</name>
- <longname>TAP Dynamics (M)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Dynamics (M)</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-dynamics-st</name>
- <longname>TAP Dynamics (St)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Dynamics (St)</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-equalizer</name>
- <longname>TAP Equalizer</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Equalizer</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-equalizer-bw</name>
- <longname>TAP Equalizer/BW</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Equalizer/BW</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-limiter</name>
- <longname>TAP Scaling Limiter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Scaling Limiter</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-pinknoise</name>
- <longname>TAP Pink/Fractal Noise</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Pink/Fractal Noise</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-pitch</name>
- <longname>TAP Pitch Shifter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Pitch Shifter</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-reflector</name>
- <longname>TAP Reflector</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Reflector</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-reverb</name>
- <longname>TAP Reverberator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Reverberator</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-rotspeak</name>
- <longname>TAP Rotary Speaker</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Rotary Speaker</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-sigmoid</name>
- <longname>TAP Sigmoid Booster</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Sigmoid Booster</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-stereo-echo</name>
- <longname>TAP Stereo Echo</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Stereo Echo</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-tremolo</name>
- <longname>TAP Tremolo</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Tremolo</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-tubewarmth</name>
- <longname>TAP TubeWarmth</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP TubeWarmth</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tap-vibrato</name>
- <longname>TAP Vibrato</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>TAP Vibrato</description>
- <author>Tom Szilagyi</author>
- </element>
- <element>
- <name>ladspa-tapeDelay</name>
- <longname>Tape Delay Simulation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Tape Delay Simulation</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-track-max-peak</name>
- <longname>Envelope Tracker (Maximum Peak)</longname>
- <class>Sink/Audio/LADSPA</class>
- <description>Envelope Tracker (Maximum Peak)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-track-max-rms</name>
- <longname>Envelope Tracker (Maximum RMS)</longname>
- <class>Sink/Audio/LADSPA</class>
- <description>Envelope Tracker (Maximum RMS)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-track-peak</name>
- <longname>Envelope Tracker (Peak)</longname>
- <class>Sink/Audio/LADSPA</class>
- <description>Envelope Tracker (Peak)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-track-rms</name>
- <longname>Envelope Tracker (RMS)</longname>
- <class>Sink/Audio/LADSPA</class>
- <description>Envelope Tracker (RMS)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-tracker-gaaadaia-oa</name>
- <longname>Signal Tracker (Audio Rates)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Tracker (Audio Rates)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-tracker-gaacdcia-oa</name>
- <longname>Signal Tracker (Control Rates)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Signal Tracker (Control Rates)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-transient</name>
- <longname>Transient mangler</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Transient mangler</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-triangle-fasa-oa</name>
- <longname>Bandlimited Variable Slope Triangle Oscillator (FASA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Variable Slope Triangle Oscillator (FASA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-triangle-fasc-oa</name>
- <longname>Bandlimited Variable Slope Triangle Oscillator (FASC)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Variable Slope Triangle Oscillator (FASC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-triangle-fcsa-oa</name>
- <longname>Bandlimited Variable Slope Triangle Oscillator (FCSA)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandlimited Variable Slope Triangle Oscillator (FCSA)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-triangle-fcsc-oa</name>
- <longname>Bandlimited Variable Slope Triangle Oscillator (FCSC)</longname>
- <class>Source/Audio/LADSPA</class>
- <description>Bandlimited Variable Slope Triangle Oscillator (FCSC)</description>
- <author>Mike Rawes &lt;mike_rawes[at]yahoo.co.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-triplePara</name>
- <longname>Triple band parametric with shelves</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Triple band parametric with shelves</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-valve</name>
- <longname>Valve saturation</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Valve saturation</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-valveRect</name>
- <longname>Valve rectifier</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Valve rectifier</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-vcf-bp1</name>
- <longname>Bandpass Filter I</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandpass Filter I</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-bp2</name>
- <longname>Bandpass Filter II</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Bandpass Filter II</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-hp</name>
- <longname>Highpass Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Highpass Filter</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-hshelf</name>
- <longname>High Shelf Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>High Shelf Filter</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-lp</name>
- <longname>Lowpass Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Lowpass Filter</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-lshelf</name>
- <longname>Low Shelf Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Low Shelf Filter</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-notch</name>
- <longname>Notch Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Notch Filter</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-peakeq</name>
- <longname>Peaking EQ Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Peaking EQ Filter</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Robert Bristow-Johnson</author>
- </element>
- <element>
- <name>ladspa-vcf-reslp</name>
- <longname>Resonant Lowpass Filter</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Resonant Lowpass Filter</description>
- <author>LADSPA code by Matthias Nagorni, Filter formula by Paul Kellett</author>
- </element>
- <element>
- <name>ladspa-vcf303</name>
- <longname>VCF 303</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>VCF 303</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)</author>
- </element>
- <element>
- <name>ladspa-vynil</name>
- <longname>VyNil (Vinyl Effect)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>VyNil (Vinyl Effect)</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-waveTerrain</name>
- <longname>Wave Terrain Oscillator</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Wave Terrain Oscillator</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-wg-mesh-cr</name>
- <longname>Simple waveguide mesh (CR Controls)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Simple waveguide mesh (CR Controls)</description>
- <author>Loki Davison</author>
- </element>
- <element>
- <name>ladspa-wshape-sine</name>
- <longname>Wave Shaper (Sine-Based)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Wave Shaper (Sine-Based)</description>
- <author>CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)</author>
- </element>
- <element>
- <name>ladspa-xfade</name>
- <longname>Crossfade</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Crossfade</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-xfade4</name>
- <longname>Crossfade (4 outs)</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>Crossfade (4 outs)</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
- <element>
- <name>ladspa-zm1</name>
- <longname>z-1</longname>
- <class>Filter/Effect/Audio/LADSPA</class>
- <description>z-1</description>
- <author>Steve Harris &lt;steve@plugin.org.uk&gt;</author>
- </element>
</elements>
</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml
index 7d358026..3299b924 100644
--- a/docs/plugins/inspect/plugin-rtp.xml
+++ b/docs/plugins/inspect/plugin-rtp.xml
@@ -41,14 +41,14 @@
<name>rtpamrdepay</name>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
- <description>Extracts AMR audio from RTP packets (RFC 3267)</description>
+ <description>Extracts AMR or AMR-WB audio from RTP packets (RFC 3267)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpamrpay</name>
<longname>RTP packet payloader</longname>
<class>Codec/Payloader/Network</class>
- <description>Payload-encode AMR audio into RTP packets (RFC 3267)</description>
+ <description>Payload-encode AMR or AMR-WB audio into RTP packets (RFC 3267)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
@@ -101,6 +101,13 @@
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
+ <name>rtph264pay</name>
+ <longname>RTP packet payloader</longname>
+ <class>Codec/Payloader/Network</class>
+ <description>Payload-encode H264 video into RTP packets (RFC 3984)</description>
+ <author>Laurent Glayal &lt;spglegle@yahoo.fr&gt;</author>
+ </element>
+ <element>
<name>rtpilbcdepay</name>
<longname>RTP iLBC packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
@@ -119,9 +126,24 @@
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
<description>Extracts MPEG2 TS from RTP packets (RFC 2250)</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;
+ Thijs Vermeir &lt;thijs.vermeir@barco.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpmp2tpay</name>
+ <longname>RTP MP2T audio payloader</longname>
+ <class>Codec/Payloader/Network</class>
+ <description>Payload-encodes MPEG2 TS into RTP packets (RFC 2250)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
+ <name>rtpmp4adepay</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Depayloader/Network</class>
+ <description>Extracts MPEG4 audio from RTP packets (RFC 3016)</description>
+ <author>Nokia Corporation (contact &lt;stefan.kost@nokia.com&gt;), Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
<name>rtpmp4gdepay</name>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
@@ -144,9 +166,9 @@
</element>
<element>
<name>rtpmp4vpay</name>
- <longname>RTP packet payloader</longname>
+ <longname>RTP MPEG-4 Video packet payloader</longname>
<class>Codec/Payloader/Network</class>
- <description>Payload MPEG4 video as RTP packets (RFC 3016)</description>
+ <description>Payload MPEG-4 video as RTP packets (RFC 3016)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
@@ -237,7 +259,7 @@
<name>rtpvorbisdepay</name>
<longname>RTP packet depayloader</longname>
<class>Codec/Depayloader/Network</class>
- <description>Extracts Vorbis Audio from RTP packets (draft-01 of RFC XXXX)</description>
+ <description>Extracts Vorbis Audio from RTP packets (draft-04 of RFC XXXX)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml
new file mode 100644
index 00000000..dd6ddd70
--- /dev/null
+++ b/docs/plugins/inspect/plugin-wavpack.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>wavpack</name>
+ <description>Wavpack lossless/lossy audio format handling</description>
+ <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
+ <basename>libgstwavpack.so</basename>
+ <version>0.10.5.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer Good Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>wavpackdec</name>
+ <longname>Wavpack audio decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Decodes Wavpack audio data</description>
+ <author>Arwed v. Merkatz &lt;v.merkatz@gmx.net&gt;, Sebastian Dröge &lt;slomo@circular-chaos.org&gt;</author>
+ </element>
+ <element>
+ <name>wavpackenc</name>
+ <longname>Wavpack audio encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>Encodes audio with the Wavpack lossless/lossy audio codec</description>
+ <author>Sebastian Dröge &lt;slomo@circular-chaos.org&gt;</author>
+ </element>
+ <element>
+ <name>wavpackparse</name>
+ <longname>Wavpack parser</longname>
+ <class>Codec/Demuxer/Audio</class>
+ <description>Parses Wavpack files</description>
+ <author>Arwed v. Merkatz &lt;v.merkatz@gmx.net&gt;, Sebastian Dröge &lt;slomo@circular-chaos.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file