diff --git a/configure.ac b/configure.ac
index c4fabd96c1..e2aa8a7981 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1544,6 +1544,7 @@ ext/xvid/Makefile
po/Makefile.in
docs/Makefile
docs/plugins/Makefile
+docs/plugins/figures/Makefile
docs/version.entities
common/Makefile
common/m4/Makefile
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 84dc00de37..e12a2f1383 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -116,6 +116,7 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/x264/gstx264enc.h \
$(top_srcdir)/gst/aacparse/gstaacparse.h \
$(top_srcdir)/gst/amrparse/gstamrparse.h \
+ $(top_srcdir)/gst/camerabin/gstcamerabin.h \
$(top_srcdir)/gst/legacyresample/gstlegacyresample.h \
$(top_srcdir)/gst/deinterlace/gstdeinterlace.h \
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
@@ -155,7 +156,7 @@ EXTRA_HFILES = \
$(top_srcdir)/sys/dvb/gstdvbsrc.h
# Images to copy into HTML directory.
-HTML_IMAGES =
+HTML_IMAGES = $(srcdir)/figures/*.png
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
content_files =
diff --git a/docs/plugins/figures/Makefile.am b/docs/plugins/figures/Makefile.am
new file mode 100644
index 0000000000..e57da9031c
--- /dev/null
+++ b/docs/plugins/figures/Makefile.am
@@ -0,0 +1,12 @@
+SOURCES=camerabin.dot
+IMAGES =camerabin.png
+
+EXTRA_DIST=$(SOURCES)
+
+.PHONY: update
+
+.dot.png:
+ dot -Tpng $< -o$@
+
+update: $(IMAGES)
+
diff --git a/docs/plugins/figures/camerabin.dot b/docs/plugins/figures/camerabin.dot
new file mode 100644
index 0000000000..a3fc2d5fe2
--- /dev/null
+++ b/docs/plugins/figures/camerabin.dot
@@ -0,0 +1,23 @@
+/* dot -Tpng camerabin.dot -o camerabin.png */
+
+digraph camera {
+ rankdir=LR;
+ fontname="Bitstream Vera Sans";
+ fontsize="8";
+ labelloc=t;
+ nodesep=.15;
+ label="Camera Pipeline";
+ node [style=filled, fillcolor="#eeeeee", shape=box, fontsize="7", fontname="Bitstream Vera Sans"];
+ edge [labelfontsize="7", fontsize="7", labelfontname="Bitstream Vera Sans", fontname="Bitstream Vera Sans"];
+
+ view_finder [ label="view finder" ];
+ image_capture [ label="image capture" ];
+ video_capture [ label="video capture" ];
+
+ capture -> view_finder;
+ capture -> image_capture;
+ capture -> video_capture;
+ image_capture -> view_finder;
+ video_capture -> view_finder;
+}
+
diff --git a/docs/plugins/figures/camerabin.png b/docs/plugins/figures/camerabin.png
new file mode 100644
index 0000000000..7f82e13315
Binary files /dev/null and b/docs/plugins/figures/camerabin.png differ
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index 80332902e0..1b399ba571 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -23,6 +23,7 @@
+
@@ -90,6 +91,7 @@
+
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 84b5cab690..916c5e5973 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -82,6 +82,21 @@ GST_TYPE_AUDIO_PARSE
gst_audio_parse_get_type
+
+element-camerabin
+camerabin
+GstCameraBin
+GstCameraBinMode
+
+GstCameraBinClass
+GST_CAMERABIN
+GST_IS_CAMERABIN
+GST_TYPE_CAMERABIN
+GST_CAMERABIN_CLASS
+GST_IS_CAMERABIN_CLASS
+gst_camerabin_get_type
+
+
element-celtdec
celtdec
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args
index 77142e008a..b383ff69c5 100644
--- a/docs/plugins/gst-plugins-bad-plugins.args
+++ b/docs/plugins/gst-plugins-bad-plugins.args
@@ -11,7 +11,7 @@
GstPitch::pitch
gfloat
-[0.1,10]
+[0,1,10]
rw
Pitch
Audio stream pitch.
@@ -21,7 +21,7 @@
GstPitch::rate
gfloat
-[0.1,10]
+[0,1,10]
rw
Rate
Audio stream rate.
@@ -31,7 +31,7 @@
GstPitch::tempo
gfloat
-[0.1,10]
+[0,1,10]
rw
Tempo
Audio stream tempo.
@@ -41,7 +41,7 @@
GstXvidEnc::averaging-period
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Averaging Period
[CBR] Number of frames for which XviD averages bitrate.
@@ -91,7 +91,7 @@
GstXvidEnc::buffer
gint
->= G_MAXULONG
+>= -1
rw
Buffer Size
[CBR] Size of the video buffers.
@@ -121,7 +121,7 @@
GstXvidEnc::container-frame-overhead
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Container Frame Overhead
[PASS2] Average container overhead per frame.
@@ -151,7 +151,7 @@
GstXvidEnc::flow-control-strength
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Flow Control Strength
[PASS2] Overflow control strength per frame.
@@ -211,7 +211,7 @@
GstXvidEnc::keyframe-reduction
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Keyframe Reduction
[PASS2] Keyframe size reduction in % of those within threshold.
@@ -221,7 +221,7 @@
GstXvidEnc::keyframe-threshold
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Keyframe Threshold
[PASS2] Distance between keyframes not to be subject to reduction.
@@ -281,7 +281,7 @@
GstXvidEnc::max-overflow-degradation
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Max Overflow Degradation
[PASS2] Amount in % that flow control can decrease frame size compared to ideal curve.
@@ -291,7 +291,7 @@
GstXvidEnc::max-overflow-improvement
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Max Overflow Improvement
[PASS2] Amount in % that flow control can increase frame size compared to ideal curve.
@@ -421,7 +421,7 @@
GstXvidEnc::reaction-delay-factor
gint
-[G_MAXULONG,100]
+[-1,100]
rw
Reaction Delay Factor
[CBR] Reaction delay factor.
@@ -1331,7 +1331,7 @@
GstSpeed::speed
gfloat
-[0.1,40]
+[0,1,40]
rwx
speed
speed.
@@ -1681,7 +1681,7 @@
GstDvbSrc::diseqc-source
gint
-[G_MAXULONG,7]
+[-1,7]
rw
diseqc source
DISEqC selected source (-1 disabled) (DVB-S).
@@ -9775,13 +9775,13 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
ladspa-pitchScaleHQ::Pitch-co-efficient
gfloat
-[0.5,2]
+[0,5,2]
rwx
Pitch-co-efficient
Pitch-co-efficient.
@@ -9795,7 +9795,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -9875,7 +9875,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -10041,11 +10041,11 @@
ladspa-sc4m::Attack-time
gfloat
-[1.5,400]
+[1,5,400]
rwx
Attack-time
Attack-time.
-101.125
+101,125
@@ -10065,7 +10065,7 @@
rwx
Knee-radius
Knee-radius.
-3.25
+3,25
@@ -10155,13 +10155,13 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
ladspa-pitchScale::Pitch-co-efficient
gfloat
-[0.5,2]
+[0,5,2]
rwx
Pitch-co-efficient
Pitch-co-efficient.
@@ -10175,7 +10175,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -10191,17 +10191,17 @@
ladspa-pointerCastDistortion::Effect-cutoff-freq
gfloat
-[4.41,13230]
+[4,41,13230]
rwx
Effect-cutoff-freq
Effect-cutoff-freq.
-32.6377
+32,6377
ladspa-const::Signal-amplitude
gfloat
-[-1,1.1]
+[-1,1,1]
rwx
Signal-amplitude
Signal-amplitude.
@@ -10211,11 +10211,11 @@
ladspa-lsFilter::Cutoff-frequency
gfloat
-[88.2,22050]
+[88,2,22050]
rwx
Cutoff-frequency
Cutoff-frequency.
-1394.56
+1394,56
@@ -10601,61 +10601,61 @@
ladspa-butthigh-iir::Cutoff-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Cutoff-Frequency
Cutoff-Frequency.
-36.1195
+36,1195
ladspa-butthigh-iir::Resonance
gfloat
-[0.1,1.41]
+[0,1,1,41]
rwx
Resonance
Resonance.
-0.755
+0,755
ladspa-buttlow-iir::Cutoff-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Cutoff-Frequency
Cutoff-Frequency.
-36.1195
+36,1195
ladspa-buttlow-iir::Resonance
gfloat
-[0.1,1.41]
+[0,1,1,41]
rwx
Resonance
Resonance.
-0.755
+0,755
ladspa-bwxover-iir::Cutoff-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Cutoff-Frequency
Cutoff-Frequency.
-36.1195
+36,1195
ladspa-bwxover-iir::Resonance
gfloat
-[0.1,1.41]
+[0,1,1,41]
rwx
Resonance
Resonance.
-0.755
+0,755
@@ -10695,7 +10695,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -10735,27 +10735,27 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
ladspa-notch-iir::Bandwidth
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Bandwidth
Bandwidth.
-295.832
+295,832
ladspa-notch-iir::Center-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Center-Frequency
Center-Frequency.
-295.832
+295,832
@@ -10771,11 +10771,11 @@
ladspa-lowpass-iir::Cutoff-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Cutoff-Frequency
Cutoff-Frequency.
-2422.97
+2422,97
@@ -10791,11 +10791,11 @@
ladspa-highpass-iir::Cutoff-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Cutoff-Frequency
Cutoff-Frequency.
-36.1195
+36,1195
@@ -10811,21 +10811,21 @@
ladspa-bandpass-iir::Bandwidth
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Bandwidth
Bandwidth.
-295.832
+295,832
ladspa-bandpass-iir::Center-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Center-Frequency
Center-Frequency.
-295.832
+295,832
@@ -10841,21 +10841,21 @@
ladspa-bandpass-a-iir::Bandwidth
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Bandwidth
Bandwidth.
-295.832
+295,832
ladspa-bandpass-a-iir::Center-Frequency
gfloat
-[4.41,19845]
+[4,41,19845]
rwx
Center-Frequency
Center-Frequency.
-36.1195
+36,1195
@@ -10871,11 +10871,11 @@
ladspa-se4::Attack-time
gfloat
-[1.5,400]
+[1,5,400]
rwx
Attack-time
Attack-time.
-101.125
+101,125
@@ -10905,7 +10905,7 @@
rwx
Knee-radius
Knee-radius.
-3.25
+3,25
@@ -10951,7 +10951,7 @@
ladspa-sinCos::Base-frequency
gfloat
-[0.0441,22050]
+[0,0441,22050]
rwx
Base-frequency
Base-frequency.
@@ -10975,7 +10975,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -10991,11 +10991,11 @@
ladspa-gongBeater::Strike-duration
gfloat
-[0.001,0.2]
+[0,001,0,2]
rwx
Strike-duration
Strike-duration.
-0.1005
+0,1005
@@ -11031,7 +11031,7 @@
ladspa-djFlanger::LFO-period
gfloat
-[0.1,32]
+[0,1,32]
rwx
LFO-period
LFO-period.
@@ -11045,23 +11045,23 @@
rwx
LFO-sync
LFO-sync.
--3.40282e+38
+-3,40282e+38
ladspa-giantFlange::Delay-1-range
gfloat
-[0,10.5]
+[0,10,5]
rwx
Delay-1-range
Delay-1-range.
-2.625
+2,625
ladspa-giantFlange::Delay-2-range
gfloat
-[0,10.5]
+[0,10,5]
rwx
Delay-2-range
Delay-2-range.
@@ -11075,7 +11075,7 @@
rwx
Double-delay
Double-delay.
--3.40282e+38
+-3,40282e+38
@@ -11241,11 +11241,11 @@
ladspa-sc4::Attack-time
gfloat
-[1.5,400]
+[1,5,400]
rwx
Attack-time
Attack-time.
-101.125
+101,125
@@ -11265,7 +11265,7 @@
rwx
Knee-radius
Knee-radius.
-3.25
+3,25
@@ -11331,7 +11331,7 @@
ladspa-amPitchshift::Pitch-shift
gfloat
-[0.25,4]
+[0,25,4]
rwx
Pitch-shift
Pitch-shift.
@@ -11345,7 +11345,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -11385,7 +11385,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -11405,7 +11405,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -11425,7 +11425,7 @@
rwx
Attack-time
Attack-time.
-101.5
+101,5
@@ -11445,7 +11445,7 @@
rwx
Knee-radius
Knee-radius.
-3.25
+3,25
@@ -11495,7 +11495,7 @@
rwx
Attack-time
Attack-time.
-101.5
+101,5
@@ -11505,7 +11505,7 @@
rwx
Knee-radius
Knee-radius.
-3.25
+3,25
@@ -11555,7 +11555,7 @@
rwx
Attack-time
Attack-time.
-101.5
+101,5
@@ -11565,7 +11565,7 @@
rwx
Knee-radius
Knee-radius.
-3.25
+3,25
@@ -11615,7 +11615,7 @@
rwx
Inner-damping
Inner-damping.
-0.5
+0,5
@@ -11625,7 +11625,7 @@
rwx
Inner-size-1
Inner-size-1.
-0.5
+0,5
@@ -11635,7 +11635,7 @@
rwx
Inner-size-2
Inner-size-2.
-0.5
+0,5
@@ -11645,7 +11645,7 @@
rwx
Inner-size-3
Inner-size-3.
-0.5
+0,5
@@ -11655,7 +11655,7 @@
rwx
Inner-size-4
Inner-size-4.
-0.5
+0,5
@@ -11665,7 +11665,7 @@
rwx
Inner-stiffness-1--
Inner-stiffness-1--.
-0.5
+0,5
@@ -11675,7 +11675,7 @@
rwx
Inner-stiffness-1---1
Inner-stiffness-1---1.
-0.5
+0,5
@@ -11685,7 +11685,7 @@
rwx
Inner-stiffness-2--
Inner-stiffness-2--.
-0.5
+0,5
@@ -11695,7 +11695,7 @@
rwx
Inner-stiffness-2---1
Inner-stiffness-2---1.
-0.5
+0,5
@@ -11705,7 +11705,7 @@
rwx
Inner-stiffness-3--
Inner-stiffness-3--.
-0.5
+0,5
@@ -11715,7 +11715,7 @@
rwx
Inner-stiffness-3---1
Inner-stiffness-3---1.
-0.5
+0,5
@@ -11725,7 +11725,7 @@
rwx
Inner-stiffness-4--
Inner-stiffness-4--.
-0.5
+0,5
@@ -11735,7 +11735,7 @@
rwx
Inner-stiffness-4---1
Inner-stiffness-4---1.
-0.5
+0,5
@@ -11745,7 +11745,7 @@
rwx
Mic-position
Mic-position.
-0.25
+0,25
@@ -11755,7 +11755,7 @@
rwx
Outer-damping
Outer-damping.
-0.5
+0,5
@@ -11765,7 +11765,7 @@
rwx
Outer-size-1
Outer-size-1.
-0.5
+0,5
@@ -11775,7 +11775,7 @@
rwx
Outer-size-2
Outer-size-2.
-0.5
+0,5
@@ -11785,7 +11785,7 @@
rwx
Outer-size-3
Outer-size-3.
-0.5
+0,5
@@ -11795,7 +11795,7 @@
rwx
Outer-size-4
Outer-size-4.
-0.5
+0,5
@@ -11805,7 +11805,7 @@
rwx
Outer-stiffness-1--
Outer-stiffness-1--.
-0.5
+0,5
@@ -11815,7 +11815,7 @@
rwx
Outer-stiffness-1---1
Outer-stiffness-1---1.
-0.5
+0,5
@@ -11825,7 +11825,7 @@
rwx
Outer-stiffness-2--
Outer-stiffness-2--.
-0.5
+0,5
@@ -11835,7 +11835,7 @@
rwx
Outer-stiffness-2---1
Outer-stiffness-2---1.
-0.5
+0,5
@@ -11845,7 +11845,7 @@
rwx
Outer-stiffness-3--
Outer-stiffness-3--.
-0.5
+0,5
@@ -11855,7 +11855,7 @@
rwx
Outer-stiffness-3---1
Outer-stiffness-3---1.
-0.5
+0,5
@@ -11865,7 +11865,7 @@
rwx
Outer-stiffness-4--
Outer-stiffness-4--.
-0.5
+0,5
@@ -11875,7 +11875,7 @@
rwx
Outer-stiffness-4---1
Outer-stiffness-4---1.
-0.5
+0,5
@@ -11885,7 +11885,7 @@
rwx
Damping
Damping.
-0.25
+0,25
@@ -11895,17 +11895,17 @@
rwx
Dry-wet-mix
Dry-wet-mix.
-0.25
+0,25
ladspa-plate::Reverb-time
gfloat
-[0.01,8.5]
+[0,01,8,5]
rwx
Reverb-time
Reverb-time.
-4.255
+4,255
@@ -11945,7 +11945,7 @@
rwx
Tracking-speed
Tracking-speed.
-0.5
+0,5
@@ -11961,7 +11961,7 @@
ladspa-analogueOsc::Frequency
gfloat
-[0.0441,22005.9]
+[0,0441,22005,9]
rwx
Frequency
Frequency.
@@ -12071,11 +12071,11 @@
ladspa-gate::Attack
gfloat
-[0.01,1000]
+[0,01,1000]
rwx
Attack
Attack.
-250.008
+250,008
@@ -12091,7 +12091,7 @@
ladspa-gate::HF-key-filter
gfloat
-[220.5,21609]
+[220,5,21609]
rwx
HF-key-filter
HF-key-filter.
@@ -12105,17 +12105,17 @@
rwx
Hold
Hold.
-1500.5
+1500,5
ladspa-gate::LF-key-filter
gfloat
-[30.87,4410]
+[30,87,4410]
rwx
LF-key-filter
LF-key-filter.
-30.87
+30,87
@@ -12211,7 +12211,7 @@
ladspa-crossoverDist::Crossover-amplitude
gfloat
-[0,0.1]
+[0,0,1]
rwx
Crossover-amplitude
Crossover-amplitude.
@@ -12235,7 +12235,7 @@
rwx
Compression-ratio
Compression-ratio.
-0.5
+0,5
@@ -12245,7 +12245,7 @@
rwx
Fast-compression-ratio
Fast-compression-ratio.
-0.5
+0,5
@@ -12265,13 +12265,13 @@
rwx
Release-time
Release-time.
-0.25
+0,25
ladspa-delayorama::Amplitude-change
gfloat
-[0.2,5]
+[0,2,5]
rwx
Amplitude-change
Amplitude-change.
@@ -12291,7 +12291,7 @@
ladspa-delayorama::Delay-change
gfloat
-[0.2,5]
+[0,2,5]
rwx
Delay-change
Delay-change.
@@ -12311,7 +12311,7 @@
ladspa-delayorama::Delay-range
gfloat
-[0.0001,6]
+[0,0001,6]
rwx
Delay-range
Delay-range.
@@ -12485,7 +12485,7 @@
rwx
Attack-time
Attack-time.
-0.25
+0,25
@@ -12495,7 +12495,7 @@
rwx
Decay-time
Decay-time.
-0.25
+0,25
@@ -12515,7 +12515,7 @@
rwx
Modulation-depth
Modulation-depth.
-0.25
+0,25
@@ -12575,7 +12575,7 @@
rwx
Frequency-1
Frequency-1.
-5000.75
+5000,75
@@ -12585,7 +12585,7 @@
rwx
Frequency-2
Frequency-2.
-10000.5
+10000,5
@@ -12595,7 +12595,7 @@
rwx
Frequency-3
Frequency-3.
-15000.2
+15000,2
@@ -12625,7 +12625,7 @@
rwx
LFO-depth
LFO-depth.
-0.25
+0,25
@@ -12655,7 +12655,7 @@
rwx
Damping
Damping.
-0.5
+0,5
@@ -12685,17 +12685,17 @@
rwx
Input-bandwidth
Input-bandwidth.
-0.75
+0,75
ladspa-gverb::Reverb-time
gfloat
-[0.1,30]
+[0,1,30]
rwx
Reverb-time
Reverb-time.
-7.575
+7,575
@@ -12705,7 +12705,7 @@
rwx
Roomsize
Roomsize.
-75.75
+75,75
@@ -12715,7 +12715,7 @@
rwx
Tail-level
Tail-level.
--17.5
+-17,5
@@ -12755,7 +12755,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -12765,7 +12765,7 @@
rwx
Filter-Q
Filter-Q.
-0.25
+0,25
@@ -12965,13 +12965,13 @@
rwx
Average-stall
Average-stall.
-2.5
+2,5
ladspa-retroFlange::Flange-frequency
gfloat
-[0.5,8]
+[0,5,8]
rwx
Flange-frequency
Flange-frequency.
@@ -12981,7 +12981,7 @@
ladspa-fadDelay::Delay
gfloat
-[0.1,10]
+[0,1,10]
rwx
Delay
Delay.
@@ -13031,11 +13031,11 @@
ladspa-triplePara::Band-1-frequency
gfloat
-[4.41,21609]
+[4,41,21609]
rwx
Band-1-frequency
Band-1-frequency.
-36.8967
+36,8967
@@ -13061,11 +13061,11 @@
ladspa-triplePara::Band-2-frequency
gfloat
-[4.41,21609]
+[4,41,21609]
rwx
Band-2-frequency
Band-2-frequency.
-308.7
+308,7
@@ -13091,11 +13091,11 @@
ladspa-triplePara::Band-3-frequency
gfloat
-[4.41,21609]
+[4,41,21609]
rwx
Band-3-frequency
Band-3-frequency.
-2582.77
+2582,77
@@ -13111,7 +13111,7 @@
ladspa-triplePara::High-shelving-frequency
gfloat
-[4.41,21609]
+[4,41,21609]
rwx
High-shelving-frequency
High-shelving-frequency.
@@ -13135,17 +13135,17 @@
rwx
High-shelving-slope
High-shelving-slope.
-0.5
+0,5
ladspa-triplePara::Low-shelving-frequency
gfloat
-[4.41,21609]
+[4,41,21609]
rwx
Low-shelving-frequency
Low-shelving-frequency.
-4.41
+4,41
@@ -13165,7 +13165,7 @@
rwx
Low-shelving-slope
Low-shelving-slope.
-0.5
+0,5
@@ -13211,7 +13211,7 @@
ladspa-decimator::Sample-rate
gfloat
-[44.1,44100]
+[44,1,44100]
rwx
Sample-rate
Sample-rate.
@@ -13221,11 +13221,11 @@
ladspa-flanger::Delay-base
gfloat
-[0.1,25]
+[0,1,25]
rwx
Delay-base
Delay-base.
-6.325
+6,325
@@ -13241,11 +13241,11 @@
ladspa-flanger::LFO-frequency
gfloat
-[0.05,100]
+[0,05,100]
rwx
LFO-frequency
LFO-frequency.
-0.33437
+0,33437
@@ -13255,7 +13255,7 @@
rwx
Max-slowdown
Max-slowdown.
-2.5
+2,5
@@ -13315,7 +13315,7 @@
rwx
Voice-separation
Voice-separation.
-0.5
+0,5
@@ -13825,7 +13825,7 @@
rwx
Xover-lower-freq
Xover-lower-freq.
-1537.5
+1537,5
@@ -13881,11 +13881,11 @@
ladspa-fastLookaheadLimiter::Release-time
gfloat
-[0.01,2]
+[0,01,2]
rwx
Release-time
Release-time.
-0.5075
+0,5075
@@ -13895,7 +13895,7 @@
r
latency
latency.
--3.40282e+38
+-3,40282e+38
@@ -13911,7 +13911,7 @@
ladspa-comb::Feedback
gfloat
-[-0.99,0.99]
+[-0,99,0,99]
rwx
Feedback
Feedback.
@@ -16855,7 +16855,7 @@
rwx
Dry-Wet-Balance
Dry-Wet-Balance.
-0.5
+0,5
@@ -17115,7 +17115,7 @@
rw
IP-Factor
Quantizer factor between I- and P-frames.
-1.4
+1,4
@@ -17135,7 +17135,7 @@
rw
PB-Factor
Quantizer factor between P- and B-frames.
-1.3
+1,3
@@ -17455,7 +17455,7 @@
rw
Path where to search for RealPlayer codecs
Path where to search for RealPlayer codecs.
-"/usr/lib64/win32:/usr/lib64/codecs:/usr/local/lib64/win32:/usr/local/lib64/codecs"
+"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"
@@ -17495,7 +17495,7 @@
rw
Path where to search for RealPlayer codecs
Path where to search for RealPlayer codecs.
-"/usr/lib64/win32:/usr/lib64/codecs:/usr/local/lib64/win32:/usr/local/lib64/codecs"
+"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"
@@ -17825,7 +17825,7 @@
rwx
Pattern sensitivity
The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).
-0.3
+0,3
@@ -17865,7 +17865,7 @@
rwx
Pattern center
The center of the black/white separation (0.0 = lowest, 1.0 highest).
-0.5
+0,5
@@ -18015,7 +18015,7 @@
rw
stereo
stereo.
-0.1
+0,1
@@ -18431,7 +18431,7 @@
DvbBaseBin::diseqc-source
gint
-[G_MAXULONG,7]
+[-1,7]
rw
diseqc source
DISEqC selected source (-1 disabled) (DVB-S).
@@ -18661,7 +18661,7 @@
GstVideoParse::alpha-mask
gint
->= 0
+
rw
Alpha mask
Alpha mask of images in raw stream.
@@ -18671,7 +18671,7 @@
GstVideoParse::blue-mask
gint
->= 0
+
rw
Blue mask
Blue mask of images in raw stream.
@@ -18731,7 +18731,7 @@
GstVideoParse::green-mask
gint
->= 0
+
rw
Green mask
Green mask of images in raw stream.
@@ -18761,7 +18761,7 @@
GstVideoParse::red-mask
gint
->= 0
+
rw
Red mask
Red mask of images in raw stream.
@@ -18838,6 +18838,16 @@
FALSE
+
+GstMetadataMux::exif-byte-order
+MetaExifByteOrder
+
+rw
+Exif byte-order
+Byte-order for exif metadata writing.
+Motorola byte-order
+
+
GstAmrwbEnc::band-mode
GstAmrwbEncBandMode
@@ -22186,7 +22196,7 @@
GstTwoLame::psymodel
gint
-[G_MAXULONG,4]
+[-1,4]
rw
Psychoacoustic Model
Psychoacoustic model used to encode the audio.
@@ -22336,7 +22346,7 @@
GstDCCPClientSrc::sockfd
gint
->= G_MAXULONG
+>= -1
rw
Socket fd
The socket file descriptor.
@@ -22376,7 +22386,7 @@
GstDCCPServerSink::sockfd
gint
->= G_MAXULONG
+>= -1
rw
Socket fd
The client socket file descriptor.
@@ -22436,7 +22446,7 @@
GstDCCPClientSink::sockfd
gint
->= G_MAXULONG
+>= -1
rw
Socket fd
The socket file descriptor.
@@ -22496,7 +22506,7 @@
GstDCCPServerSrc::sockfd
gint
->= G_MAXULONG
+>= -1
rw
Socket fd
The client socket file descriptor.
@@ -22545,7 +22555,7 @@
GstMpegTSDemux::pmt-info
-FluTsPmtInfo*
+MpegTsPmtInfo*
r
Information about the current program
@@ -22556,7 +22566,7 @@
GstMpegTSDemux::program-number
gint
->= G_MAXULONG
+>= -1
rw
Program Number
Program number to demux for (-1 to ignore).
@@ -22570,13 +22580,13 @@
rw
Overlap Length
Percentage of stride to overlap.
-0.2
+0,2
GstScaletempo::rate
gdouble
-[-2.14748e+09,2.14748e+09]
+[-2,14748e+09,2,14748e+09]
r
Playback Rate
Current playback rate.
@@ -22616,7 +22626,7 @@
GstPcapParse::dst-port
gint
-[G_MAXULONG,65535]
+[-1,65535]
rw
Destination port
Destination port to restrict to.
@@ -22636,7 +22646,7 @@
GstPcapParse::src-port
gint
-[G_MAXULONG,65535]
+[-1,65535]
rw
Source port
Source port to restrict to.
@@ -22923,6 +22933,26 @@
NULL
+
+GstMXFDemux::max-drift
+guint64
+>= 100000000
+rw
+Maximum drift
+Maximum number of nanoseconds by which tracks can differ.
+500000000
+
+
+
+GstMXFDemux::structure
+GstStructure*
+
+r
+Structure
+Structural metadata of the MXF file.
+
+
+
GstLegacyresample::filter-length
gint
@@ -22933,3 +22963,333 @@
16
+
+GstCameraBin::audioenc
+GstElement*
+
+rw
+Audio encoder
+Audio encoder GStreamer element (default is vorbisenc).
+
+
+
+
+GstCameraBin::audiosrc
+GstElement*
+
+rw
+Audio source element
+Audio source GStreamer element (default is pulsesrc).
+
+
+
+
+GstCameraBin::filename
+gchar*
+
+rw
+Filename
+Filename of the image or video to save.
+""
+
+
+
+GstCameraBin::filter-caps
+GstCaps*
+
+rw
+Filter caps
+Capsfilter caps used to control video source operation.
+
+
+
+
+GstCameraBin::imageenc
+GstElement*
+
+rw
+Image encoder
+Image encoder GStreamer element (default is jpegenc).
+
+
+
+
+GstCameraBin::imagepp
+GstElement*
+
+rw
+Image post processing element
+Image Post-Processing GStreamer element (default is NULL).
+
+
+
+
+GstCameraBin::inputcaps
+GstCaps*
+
+r
+Input caps
+The allowed modes of the video source operation.
+
+
+
+
+GstCameraBin::mode
+GstCameraBinMode
+
+rw
+Mode
+The capture mode (still image capture or video recording).
+Still image capture (default)
+
+
+
+GstCameraBin::mute
+gboolean
+
+rw
+Mute
+True to mute the recording. False to record with audio.
+FALSE
+
+
+
+GstCameraBin::vfsink
+GstElement*
+
+rw
+View finder sink
+View finder sink GStreamer element (default is autovideosink).
+
+
+
+
+GstCameraBin::videoenc
+GstElement*
+
+rw
+Video encoder
+Video encoder GStreamer element (default is theoraenc).
+
+
+
+
+GstCameraBin::videomux
+GstElement*
+
+rw
+Video muxer
+Video muxer GStreamer element (default is oggmux).
+
+
+
+
+GstCameraBin::videopp
+GstElement*
+
+rw
+Video post processing element
+Video post processing GStreamer element (default is NULL).
+
+
+
+
+GstCameraBin::videosrc
+GstElement*
+
+rw
+Video source element
+Video source GStreamer element (default is v4l2src).
+
+
+
+
+GstCameraBin::zoom
+gint
+[100,1000]
+rw
+Zoom
+The zoom. 100 for 1x, 200 for 2x and so on.
+100
+
+
+
+GstDTMFSrc::interval
+guint
+[10,50]
+rw
+Interval between tone packets
+Interval in ms between two tone packets.
+50
+
+
+
+GstRTPDTMFSrc::clock-rate
+guint
+
+rw
+clockrate
+The clock-rate at which to generate the dtmf packets.
+8000
+
+
+
+GstRTPDTMFSrc::interval
+guint
+[10,50]
+rw
+Interval between rtp packets
+Interval in ms between two rtp packets.
+50
+
+
+
+GstRTPDTMFSrc::packet-redundancy
+guint
+[1,5]
+rw
+Packet Redundancy
+Number of packets to send to indicate start and stop dtmf events.
+1
+
+
+
+GstRTPDTMFSrc::pt
+guint
+<= 128
+rw
+payload type
+The payload type of the packets.
+96
+
+
+
+GstRTPDTMFSrc::seqnum
+guint
+
+r
+Sequence number
+The RTP sequence number of the last processed packet.
+0
+
+
+
+GstRTPDTMFSrc::seqnum-offset
+gint
+>= -1
+rw
+Sequence number Offset
+Offset to add to all outgoing seqnum (-1 = random).
+-1
+
+
+
+GstRTPDTMFSrc::ssrc
+guint
+
+rw
+SSRC
+The SSRC of the packets (-1 == random).
+4294967295
+
+
+
+GstRTPDTMFSrc::timestamp
+guint
+
+r
+Timestamp
+The RTP timestamp of the last processed packet.
+0
+
+
+
+GstRTPDTMFSrc::timestamp-offset
+gint
+>= -1
+rw
+Timestamp Offset
+Offset to add to all outgoing timestamps (-1 = random).
+-1
+
+
+
+GstRtpDTMFDepay::max-duration
+guint
+
+rw
+Maximum duration
+The maxumimum duration (ms) of the outgoing soundpacket. (0 = no limit).
+0
+
+
+
+GstRtpDTMFDepay::unit-time
+guint
+<= 1000
+rw
+Duration unittime
+The smallest unit (ms) the duration must be a multiple of (0 disables it).
+0
+
+
+
+GstLiveAdder::latency
+guint
+
+rw
+Buffer latency in ms
+Amount of data to buffer.
+60
+
+
+
+GstRTPMux::seqnum
+guint
+
+r
+Sequence number
+The RTP sequence number of the last processed packet.
+0
+
+
+
+GstRTPMux::seqnum-offset
+gint
+>= -1
+rw
+Sequence number Offset
+Offset to add to all outgoing seqnum (-1 = random).
+-1
+
+
+
+GstRTPMux::ssrc
+guint
+
+rw
+SSRC
+The SSRC of the packets (-1 == random).
+4294967295
+
+
+
+GstRTPMux::timestamp-offset
+gint
+>= -1
+rw
+Timestamp Offset
+Offset to add to all outgoing timestamps (-1 = random).
+-1
+
+
+
+GstValve::drop
+gboolean
+
+rw
+Drops all buffers if TRUE
+If this property if TRUE, the element will drop all buffers, if its FALSE, it will let them through.
+FALSE
+
+
diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy
index 78502bee5e..88fb3a41ad 100644
--- a/docs/plugins/gst-plugins-bad-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy
@@ -10,141 +10,371 @@ GObject
GstElement
GstBin
GstPipeline
+ GstCameraBin
RsnDvdBin
DvbBaseBin
+ GstSDPDemux
GstRtpBin
GstRtpClient
- GstSDPDemux
- GstAmrwbDec
- GstAmrwbParse
- GstAmrwbEnc
- GstBaseMetadata
- GstMetadataDemux
- GstMetadataMux
GstXvidEnc
GstXvidDec
- GstFaad
- GstBz2enc
- GstBz2dec
- GstCDAudio
GstX264Enc
+ GstTwoLame
+ GstWildmidi
+ GstTimidity
+ GstSpcDec
+ GstPitch
+ GstBaseTransform
+ GstAudioFilter
+ GstBPMDetect
+ GstStereo
+ GstVideoFilter
+ GstVideoAnalyse
+ GstVideoDetect
+ GstVideoMark
+ GstScaletempo
+ GstDeinterlace
+ GstBayer2RGB
+ GstAudioresample
GstBaseSink
+ GstSFSink
GstVideoSink
- GstDfbVideoSink
GstSDLVideoSink
GstBaseAudioSink
GstAudioSink
- GstNasSink
GstSDLAudioSink
+ GstNasSink
GstApExSink
GstOss4Sink
GstJackAudioSink
AlsaSPDIFSink
- GstSFSink
GstFBDEVSink
GstDCCPServerSink
GstDCCPClientSink
GstBaseSrc
+ GstSFSrc
GstPushSrc
+ GstNeonhttpSrc
GstMythtvSrc
GstMMS
- GstDc1394
GstBaseAudioSrc
GstJackAudioSrc
GstAudioSrc
GstOss4Source
- GstNeonhttpSrc
+ GstDc1394
GstVCDSrc
GstDvbSrc
GstRfbSrc
GstDCCPClientSrc
GstDCCPServerSrc
- GstSFSrc
- GstBaseTransform
- GstAudioFilter
- GstOFA
- GstBPMDetect
- GstStereo
- GstBayer2RGB
- GstScaletempo
- GstLegacyresample
- GstVideoFilter
- GstVideoAnalyse
- GstVideoDetect
- GstVideoMark
- GstDeinterlace
- GstIIR
- GstDtsDec
- GstFaac
+ GstDTMFSrc
+ GstRTPDTMFSrc
+ GstTRM
GstMusepackDec
- GstGSMEnc
- GstGSMDec
- GstWildmidi
+ GstMpeg2enc
+ GstBaseMetadata
+ GstMetadataDemux
+ GstMetadataMux
GstSignalProcessor
+ ladspa-delay-5s
ladspa-amp-mono
ladspa-amp-stereo
+ ladspa-adsr
ladspa-lpf
ladspa-hpf
- ladspa-delay-5s
+ ladspa-noise-white
ladspa-sine-faaa
ladspa-sine-faac
ladspa-sine-fcaa
ladspa-sine-fcac
- ladspa-noise-white
- GstTwoLame
- GstPitch
- GstCeltEnc
- GstCeltDec
- GstTRM
+ ladspa-difference-iama-oa
+ ladspa-difference-iamc-oa
+ ladspa-difference-icma-oa
+ ladspa-difference-icmc-oc
+ ladspa-adsr-g+t
+ ladspa-amp-gaia-oa
+ ladspa-amp-gcia-oa
+ ladspa-branch-ia-oaoa
+ ladspa-branch-ic-ococ
+ ladspa-dahdsr-g+t-audio
+ ladspa-dahdsr-g+t-control
+ ladspa-dahdsr-cg+t-control
+ ladspa-interpolator
+ ladspa-fmod-fama-oa
+ ladspa-fmod-famc-oa
+ ladspa-fmod-fcma-oa
+ ladspa-fmod-fcmc-oc
+ ladspa-quantiser20
+ ladspa-lp4pole-faraia-oa
+ ladspa-lp4pole-fcrcia-oa
+ ladspa-product-iaia-oa
+ ladspa-product-iaic-oa
+ ladspa-product-icic-oc
+ ladspa-pulse-fapa-oa
+ ladspa-pulse-fapc-oa
+ ladspa-pulse-fcpa-oa
+ ladspa-pulse-fcpc-oa
+ ladspa-quantiser100
+ ladspa-quantiser50
+ ladspa-sawtooth-fa-oa
+ ladspa-sawtooth-fc-oa
+ ladspa-random-fasa-oa
+ ladspa-random-fasc-oa
+ ladspa-random-fcsa-oa
+ ladspa-random-fcsc-oa
+ ladspa-ratio-nada-oa
+ ladspa-ratio-nadc-oa
+ ladspa-ratio-ncda-oa
+ ladspa-ratio-ncdc-oc
+ ladspa-sinusWavewrapper
+ ladspa-sequencer64
+ ladspa-sequencer32
+ ladspa-sequencer16
+ ladspa-square-fa-oa
+ ladspa-square-fc-oa
+ ladspa-sum-iaia-oa
+ ladspa-sum-iaic-oa
+ ladspa-sum-icic-oc
+ ladspa-syncpulse-fapaga-oa
+ ladspa-syncpulse-fcpcga-oa
+ ladspa-syncsquare-faga-oa
+ ladspa-syncsquare-fcga-oa
+ ladspa-tracker-gaaadaia-oa
+ ladspa-tracker-gaacdcia-oa
+ ladspa-triangle-fasa-oa
+ ladspa-triangle-fasc-oa
+ ladspa-triangle-fcsa-oa
+ ladspa-triangle-fcsc-oa
+ ladspa-bf2cube
+ ladspa-bf2quad
+ ladspa-bf2stereo
+ ladspa-fmh2oct
+ ladspa-encode-bformat
+ ladspa-encode-fmh
+ ladspa-bf-rotate-z
+ ladspa-fmh-rotate-z
+ ladspa-am
+ ladspa-analogue
+ ladspa-canyon-delay
+ ladspa-disintegrator
+ ladspa-sledgehammer
+ ladspa-delay-0-01s
+ ladspa-delay-0-1s
+ ladspa-delay-1s
+ ladspa-delay-60s
+ ladspa-track-max-peak
+ ladspa-track-max-rms
+ ladspa-track-peak
+ ladspa-track-rms
+ ladspa-fmh2bf
+ ladspa-fbdelay-0-01s
+ ladspa-fbdelay-0-1s
+ ladspa-fbdelay-1s
+ ladspa-fbdelay-5s
+ ladspa-fbdelay-60s
+ ladspa-freeverb3
+ ladspa-grain-scatter
+ ladspa-hard-gate
+ ladspa-identity-audio
+ ladspa-identity-control
+ ladspa-lofi
+ ladspa-logistic
+ ladspa-mixer
+ ladspa-noise-source-white
+ ladspa-null-ai
+ ladspa-null-ao
+ ladspa-null-ci
+ ladspa-null-co
+ ladspa-organ
+ ladspa-peak
+ ladspa-phasemod
+ ladspa-pink-interpolated-audio
+ ladspa-pink-full-frequency
+ ladspa-pink-sh
+ ladspa-compress-peak
+ ladspa-compress-rms
+ ladspa-expand-peak
+ ladspa-expand-rms
+ ladspa-limit-peak
+ ladspa-limit-rms
+ ladspa-syndrum
+ ladspa-vcf303
+ ladspa-wshape-sine
+ ladspa-amp
+ ladspa-diode
+ ladspa-divider
+ ladspa-shaper
+ ladspa-ringmod-2i1o
+ ladspa-ringmod-1i1o1l
+ ladspa-comb
+ ladspa-declip
+ ladspa-foverdrive
+ ladspa-multivoiceChorus
+ ladspa-hermesFilter
+ ladspa-decimator
+ ladspa-flanger
+ ladspa-retroFlange
+ ladspa-singlePara
+ ladspa-triplePara
+ ladspa-transient
+ ladspa-fadDelay
+ ladspa-dcRemove
+ ladspa-tapeDelay
+ ladspa-valve
+ ladspa-sifter
+ ladspa-harmonicGen
+ ladspa-stepMuxer
+ ladspa-foldover
+ ladspa-svf
+ ladspa-gsm
+ ladspa-gverb
+ ladspa-lfoPhaser
+ ladspa-fourByFourPole
+ ladspa-autoPhaser
+ ladspa-fastLookaheadLimiter
+ ladspa-surroundEncoder
+ ladspa-delayorama
+ ladspa-dysonCompress
+ ladspa-crossoverDist
+ ladspa-valveRect
+ ladspa-split
+ ladspa-alias
+ ladspa-satanMaximiser
+ ladspa-karaoke
+ ladspa-gate
+ ladspa-combSplitter
+ ladspa-waveTerrain
+ ladspa-hardLimiter
+ ladspa-smoothDecimate
+ ladspa-fmOsc
+ ladspa-analogueOsc
+ ladspa-rateShifter
+ ladspa-freqTracker
+ ladspa-modDelay
+ ladspa-matrixStMS
+ ladspa-matrixMSSt
+ ladspa-matrixSpatialiser
+ ladspa-plate
+ ladspa-gong
+ ladspa-sc1
+ ladspa-sc2
+ ladspa-sc3
+ ladspa-zm1
+ ladspa-inv
+ ladspa-chebstortion
+ ladspa-bodeShifter
+ ladspa-bodeShifterCV
+ ladspa-amPitchshift
+ ladspa-sc4
+ ladspa-lcrDelay
+ ladspa-giantFlange
+ ladspa-djFlanger
+ ladspa-gongBeater
+ ladspa-hilbert
+ ladspa-sinCos
+ ladspa-se4
+ ladspa-bandpass-a-iir
+ ladspa-bandpass-iir
+ ladspa-highpass-iir
+ ladspa-lowpass-iir
+ ladspa-notch-iir
+ ladspa-dj-eq-mono
+ ladspa-dj-eq
+ ladspa-bwxover-iir
+ ladspa-buttlow-iir
+ ladspa-butthigh-iir
+ ladspa-allpass-n
+ ladspa-allpass-l
+ ladspa-allpass-c
+ ladspa-comb-n
+ ladspa-comb-l
+ ladspa-comb-c
+ ladspa-decay
+ ladspa-delay-n
+ ladspa-delay-l
+ ladspa-delay-c
+ ladspa-impulse-fc
+ ladspa-vynil
+ ladspa-revdelay
+ ladspa-lsFilter
+ ladspa-const
+ ladspa-pointerCastDistortion
+ ladspa-pitchScale
+ ladspa-artificialLatency
+ ladspa-xfade
+ ladspa-xfade4
+ ladspa-sc4m
+ ladspa-mbeq
+ ladspa-pitchScaleHQ
+ ladspa-imp
+ GstGSMEnc
+ GstGSMDec
+ GstFaad
+ GstFaac
+ GstDtsDec
+ GstCDAudio
+ GstBz2enc
+ GstBz2dec
+ GstAmrwbDec
+ GstAmrwbParse
+ GstAmrwbEnc
GstOss4Mixer
- GstMveDemux
- GstMveMux
- GstDeinterlace2
+ GstValve
+ GstSirenDec
+ GstSirenEnc
+ GstRTPMux
+ GstRTPDTMFMux
+ GstLiveAdder
+ GstBaseRTPDepayload
+ GstRtpDTMFDepay
+ GstY4mEncode
+ GstVMncDec
+ GstTtaParse
+ GstTtaDec
+ GstSrtEnc
+ GstSpeed
+ GstInputSelector
+ GstOutputSelector
GstRtpJitterBuffer
GstRtpPtDemux
GstRtpSession
GstRtpSsrcDemux
- GstMpegPSDemux
- GstMpegTSDemux
- MpegTSParse
- GstH264Parse
- GstMpeg4VParse
- MpegVideoParse
- GstFLVDemux
- GstFlvMux
- GstNuvDemux
+ GstRealVideoDec
+ GstRealAudioDec
GstRawParse
GstVideoParse
GstAudioParse
- GstSpeed
- GstInputSelector
- GstOutputSelector
GstQTMux
GstMP4Mux
GstGPPMux
GstMJ2Mux
- GstAacBaseParse
- GstAacParse
+ GstPcapParse
+ GstNuvDemux
+ GstNsfDec
+ GstMXFDemux
+ GstMveDemux
+ GstMveMux
+ MpegVideoParse
+ MpegTsMux
+ GstMpegPSDemux
+ GstMpegTSDemux
+ MpegTSParse
+ GstMpeg4VParse
+ GstModPlug
+ GstH264Parse
+ GstFreeze
+ GstFLVDemux
+ GstFlvMux
+ GstFestival
+ GstDVDSpu
+ GstDeinterlace2
GstCDXAParse
GstVcdParse
- GstNsfDec
- GstTtaParse
- GstTtaDec
- GstModPlug
- GstY4mEncode
- GstFreeze
- GstVMncDec
- AIFFParse
- GstSrtEnc
- GstFestival
- MpegTsMux
- GstDVDSpu
- GstMXFDemux
- GstRealVideoDec
- GstRealAudioDec
GstAmrBaseParse
GstAmrParse
- GstPcapParse
+ AIFFParse
+ GstAacBaseParse
+ GstAacParse
GstBus
GstTask
GstClock
@@ -158,17 +388,18 @@ GObject
GstSignalObject
GstColorBalanceChannel
RTPSession
- FluTsPatInfo
- FluTsPmtInfo
+ MpegTsPatInfo
+ MpegTsPmtInfo
GInterface
GTypePlugin
GstChildProxy
GstURIHandler
- GstTagSetter
GstImplementsInterface
- GstNavigation
- GstColorBalance
GstXOverlay
+ GstNavigation
+ GstTagSetter
GstMixer
GstPropertyProbe
+ GstColorBalance
+ GstPhotography
MXFDescriptiveMetadataFrameworkInterface
diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces
index 17592fe29d..bfea2b6fa4 100644
--- a/docs/plugins/gst-plugins-bad-plugins.interfaces
+++ b/docs/plugins/gst-plugins-bad-plugins.interfaces
@@ -1,25 +1,24 @@
GstBin GstChildProxy
GstPipeline GstChildProxy
+GstCameraBin GstChildProxy GstColorBalance GstPhotography GstImplementsInterface GstXOverlay GstTagSetter
RsnDvdBin GstChildProxy GstURIHandler
DvbBaseBin GstChildProxy GstURIHandler
+GstSDPDemux GstChildProxy
GstRtpBin GstChildProxy
GstRtpClient GstChildProxy
-GstSDPDemux GstChildProxy
-GstMetadataMux GstTagSetter
-GstCDAudio GstURIHandler
-GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
-GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
+GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
GstApExSink GstImplementsInterface GstMixer
GstOss4Sink GstPropertyProbe
+GstNeonhttpSrc GstURIHandler
GstMythtvSrc GstURIHandler
GstMMS GstURIHandler
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
-GstNeonhttpSrc GstURIHandler
GstVCDSrc GstURIHandler
-GstCeltEnc GstTagSetter
+GstMetadataMux GstTagSetter
+GstCDAudio GstURIHandler
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
-GstDeinterlace2 GstChildProxy
GstQTMux GstTagSetter
GstMP4Mux GstTagSetter
GstGPPMux GstTagSetter
GstMJ2Mux GstTagSetter
+GstDeinterlace2 GstChildProxy
diff --git a/docs/plugins/gst-plugins-bad-plugins.prerequisites b/docs/plugins/gst-plugins-bad-plugins.prerequisites
index fb1c089f96..cc7f2faa40 100644
--- a/docs/plugins/gst-plugins-bad-plugins.prerequisites
+++ b/docs/plugins/gst-plugins-bad-plugins.prerequisites
@@ -1,7 +1,8 @@
GstChildProxy GstObject
-GstTagSetter GstObject GstElement
GstImplementsInterface GstObject GstElement
-GstColorBalance GstObject GstImplementsInterface GstElement
GstXOverlay GstObject GstImplementsInterface GstElement
+GstTagSetter GstObject GstElement
GstMixer GstObject GstImplementsInterface GstElement
+GstColorBalance GstObject GstImplementsInterface GstElement
+GstPhotography GstObject GstImplementsInterface GstElement
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals
index 494f06627c..8d1abe94e0 100644
--- a/docs/plugins/gst-plugins-bad-plugins.signals
+++ b/docs/plugins/gst-plugins-bad-plugins.signals
@@ -415,3 +415,68 @@ GstDCCPServerSrc *gstdccpserversrc
gint arg1
+
+GstCameraBin::img-done
+gboolean
+l
+GstCameraBin *gstcamerabin
+GString *arg1
+
+
+
+GstCameraBin::user-image-res
+void
+la
+GstCameraBin *gstcamerabin
+gint arg1
+gint arg2
+
+
+
+GstCameraBin::user-pause
+void
+la
+GstCameraBin *gstcamerabin
+
+
+
+GstCameraBin::user-res-fps
+void
+la
+GstCameraBin *gstcamerabin
+gint arg1
+gint arg2
+gint arg3
+gint arg4
+
+
+
+GstCameraBin::user-start
+void
+la
+GstCameraBin *gstcamerabin
+
+
+
+GstCameraBin::user-stop
+void
+la
+GstCameraBin *gstcamerabin
+
+
+
+GstRTPDTMFMux::locking
+void
+l
+GstRTPDTMFMux *gstrtpdtmfmux
+GstPad *arg1
+
+
+
+GstRTPDTMFMux::unlocked
+void
+l
+GstRTPDTMFMux *gstrtpdtmfmux
+GstPad *arg1
+
+
diff --git a/docs/plugins/inspect/plugin-aacparse.xml b/docs/plugins/inspect/plugin-aacparse.xml
index 76171c779d..9f59bc0d73 100644
--- a/docs/plugins/inspect/plugin-aacparse.xml
+++ b/docs/plugins/inspect/plugin-aacparse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
aacparse
diff --git a/docs/plugins/inspect/plugin-aiffparse.xml b/docs/plugins/inspect/plugin-aiffparse.xml
index 4d53c2d433..5702ebee49 100644
--- a/docs/plugins/inspect/plugin-aiffparse.xml
+++ b/docs/plugins/inspect/plugin-aiffparse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
aiffparse
diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml
index e3cb19ed91..42d36d0cb4 100644
--- a/docs/plugins/inspect/plugin-alsaspdif.xml
+++ b/docs/plugins/inspect/plugin-alsaspdif.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
alsaspdifsink
diff --git a/docs/plugins/inspect/plugin-amrparse.xml b/docs/plugins/inspect/plugin-amrparse.xml
index 439d023cf4..ee6df8173a 100644
--- a/docs/plugins/inspect/plugin-amrparse.xml
+++ b/docs/plugins/inspect/plugin-amrparse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
amrparse
diff --git a/docs/plugins/inspect/plugin-amrwb.xml b/docs/plugins/inspect/plugin-amrwb.xml
index ff4fb7b0ee..de0ad66da2 100644
--- a/docs/plugins/inspect/plugin-amrwb.xml
+++ b/docs/plugins/inspect/plugin-amrwb.xml
@@ -7,7 +7,7 @@
unknown
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
amrwbdec
diff --git a/docs/plugins/inspect/plugin-apex.xml b/docs/plugins/inspect/plugin-apex.xml
index 9a639c9b41..e72e620bde 100644
--- a/docs/plugins/inspect/plugin-apex.xml
+++ b/docs/plugins/inspect/plugin-apex.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
apexsink
diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml
index 87cf4a0674..cefd28df90 100644
--- a/docs/plugins/inspect/plugin-bayer.xml
+++ b/docs/plugins/inspect/plugin-bayer.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
bayer2rgb
diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml
index a36b935bcd..3fed33c519 100644
--- a/docs/plugins/inspect/plugin-bz2.xml
+++ b/docs/plugins/inspect/plugin-bz2.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
bz2dec
diff --git a/docs/plugins/inspect/plugin-camerabin.xml b/docs/plugins/inspect/plugin-camerabin.xml
new file mode 100644
index 0000000000..2e65d9c52b
--- /dev/null
+++ b/docs/plugins/inspect/plugin-camerabin.xml
@@ -0,0 +1,24 @@
+
+ camerabin
+ High level api for DC (Digital Camera) application
+ ../../gst/camerabin/.libs/libgstcamerabin.so
+ libgstcamerabin.so
+ 0.10.10.1
+ LGPL
+
+ GStreamer Bad Plug-ins CVS/prerelease
+ http://gstreamer.freedesktop.org
+
+
+ camerabin
+ Camera Bin
+ Generic/Bin/Camera
+ Handle lot of features present in DSC
+ Nokia Corporation <multimedia@maemo.org>
+ Edgard Lima <edgard.lima@indt.org.br>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-cdaudio.xml b/docs/plugins/inspect/plugin-cdaudio.xml
index d15f5b549d..9cdf728139 100644
--- a/docs/plugins/inspect/plugin-cdaudio.xml
+++ b/docs/plugins/inspect/plugin-cdaudio.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
cdaudio
diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml
index f57d1fbcc1..b5c598a3e3 100644
--- a/docs/plugins/inspect/plugin-cdxaparse.xml
+++ b/docs/plugins/inspect/plugin-cdxaparse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
cdxaparse
diff --git a/docs/plugins/inspect/plugin-dc1394.xml b/docs/plugins/inspect/plugin-dc1394.xml
index 842184b67a..bc1774be5a 100644
--- a/docs/plugins/inspect/plugin-dc1394.xml
+++ b/docs/plugins/inspect/plugin-dc1394.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
dc1394src
diff --git a/docs/plugins/inspect/plugin-deinterlace2.xml b/docs/plugins/inspect/plugin-deinterlace2.xml
index 3c04fdbb56..e7d34d7c0f 100644
--- a/docs/plugins/inspect/plugin-deinterlace2.xml
+++ b/docs/plugins/inspect/plugin-deinterlace2.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
deinterlace2
diff --git a/docs/plugins/inspect/plugin-dtmf.xml b/docs/plugins/inspect/plugin-dtmf.xml
index 0e9b72c82d..6fd15caf41 100644
--- a/docs/plugins/inspect/plugin-dtmf.xml
+++ b/docs/plugins/inspect/plugin-dtmf.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
dtmfsrc
@@ -61,4 +61,4 @@
-
+
\ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml
index 3e11044923..24ad2c9e6e 100644
--- a/docs/plugins/inspect/plugin-dtsdec.xml
+++ b/docs/plugins/inspect/plugin-dtsdec.xml
@@ -7,7 +7,7 @@
GPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
dtsdec
diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml
index bb9342d170..e55c6ba6c0 100644
--- a/docs/plugins/inspect/plugin-dvb.xml
+++ b/docs/plugins/inspect/plugin-dvb.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
dvbbasebin
diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml
index 4fd0900f4b..b823fa5dfb 100644
--- a/docs/plugins/inspect/plugin-dvdspu.xml
+++ b/docs/plugins/inspect/plugin-dvdspu.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
dvdspu
diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml
index 65f8434882..10aeda46b2 100644
--- a/docs/plugins/inspect/plugin-faac.xml
+++ b/docs/plugins/inspect/plugin-faac.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
faac
diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml
index 2d4d328ef9..0241d77d85 100644
--- a/docs/plugins/inspect/plugin-faad.xml
+++ b/docs/plugins/inspect/plugin-faad.xml
@@ -7,7 +7,7 @@
GPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
faad
diff --git a/docs/plugins/inspect/plugin-fbdevsink.xml b/docs/plugins/inspect/plugin-fbdevsink.xml
index df50d869f8..40fe07b00c 100644
--- a/docs/plugins/inspect/plugin-fbdevsink.xml
+++ b/docs/plugins/inspect/plugin-fbdevsink.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
fbdevsink
diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml
index d0bf58cc11..d29c391756 100644
--- a/docs/plugins/inspect/plugin-festival.xml
+++ b/docs/plugins/inspect/plugin-festival.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
festival
diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml
index 99f8ec2da4..9597b5001b 100644
--- a/docs/plugins/inspect/plugin-flv.xml
+++ b/docs/plugins/inspect/plugin-flv.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
flvdemux
diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml
index 5d73eaa584..2ccb753db9 100644
--- a/docs/plugins/inspect/plugin-freeze.xml
+++ b/docs/plugins/inspect/plugin-freeze.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
freeze
diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml
index e769aafcb1..c9f2af0bf9 100644
--- a/docs/plugins/inspect/plugin-gsm.xml
+++ b/docs/plugins/inspect/plugin-gsm.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
gsmdec
diff --git a/docs/plugins/inspect/plugin-gstinterlace.xml b/docs/plugins/inspect/plugin-gstinterlace.xml
index 9685be55bf..d142f943bd 100644
--- a/docs/plugins/inspect/plugin-gstinterlace.xml
+++ b/docs/plugins/inspect/plugin-gstinterlace.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
deinterlace
diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml
index 5737a0bc74..e6d4899a56 100644
--- a/docs/plugins/inspect/plugin-gstrtpmanager.xml
+++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
gstrtpbin
diff --git a/docs/plugins/inspect/plugin-gstsiren.xml b/docs/plugins/inspect/plugin-gstsiren.xml
index c7b4239c07..6a3dab52ba 100644
--- a/docs/plugins/inspect/plugin-gstsiren.xml
+++ b/docs/plugins/inspect/plugin-gstsiren.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
sirendec
diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml
index dc69a91f55..88ebc38cbe 100644
--- a/docs/plugins/inspect/plugin-h264parse.xml
+++ b/docs/plugins/inspect/plugin-h264parse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
h264parse
diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml
index 0f18f4e38e..b1e51115d8 100644
--- a/docs/plugins/inspect/plugin-jack.xml
+++ b/docs/plugins/inspect/plugin-jack.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
jackaudiosink
diff --git a/docs/plugins/inspect/plugin-ladspa.xml b/docs/plugins/inspect/plugin-ladspa.xml
index e6f7b9c07f..4d9148bb04 100644
--- a/docs/plugins/inspect/plugin-ladspa.xml
+++ b/docs/plugins/inspect/plugin-ladspa.xml
@@ -7,8 +7,257 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
+
+ ladspa-adsr
+ ADSR Hüllkurve
+ Filter/Effect/Audio/LADSPA
+ ADSR Hüllkurve
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Envelope_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Driving_Signal
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-adsr-g+t
+ ADSR Hüllkurve mit Gatter und Auslöseimpuls
+ Filter/Effect/Audio/LADSPA
+ ADSR Hüllkurve mit Gatter und Auslöseimpuls
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Envelope_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Ausl--ser
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gatter
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-alias
+ Aliasing
+ Filter/Effect/Audio/LADSPA
+ Aliasing
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-allpass-c
+ Allpass delay line, cubic spline interpolation
+ Filter/Effect/Audio/LADSPA
+ Allpass delay line, cubic spline interpolation
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-allpass-l
+ Allpass delay line, linear interpolation
+ Filter/Effect/Audio/LADSPA
+ Allpass delay line, linear interpolation
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-allpass-n
+ Allpass delay line, noninterpolating
+ Filter/Effect/Audio/LADSPA
+ Allpass delay line, noninterpolating
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-am
+ Amplitude Modulator
+ Filter/Effect/Audio/LADSPA
+ Amplitude Modulator
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_2
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_1
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-amPitchshift
+ AM pitchshifter
+ Filter/Effect/Audio/LADSPA
+ AM pitchshifter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-amp
+ Simple amplifier
+ Filter/Effect/Audio/LADSPA
+ Simple amplifier
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-amp-gaia-oa
+ Amplifier (GAIA)
+ Filter/Effect/Audio/LADSPA
+ Amplifier (GAIA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Verst--rkung_-dB-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-amp-gcia-oa
+ Amplifier (GCIA)
+ Filter/Effect/Audio/LADSPA
+ Amplifier (GCIA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
ladspa-amp-mono
Mono Amplifier
@@ -63,6 +312,1033 @@
+
+ ladspa-analogue
+ Analogue Voice
+ Source/Audio/LADSPA
+ Analogue Voice
+ CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)
+
+
+ Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-analogueOsc
+ Analogue Oscillator
+ Source/Audio/LADSPA
+ Analogue Oscillator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-artificialLatency
+ Artificial latency
+ Filter/Effect/Audio/LADSPA
+ Artificial latency
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-autoPhaser
+ Auto phaser
+ Filter/Effect/Audio/LADSPA
+ Auto phaser
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bandpass-a-iir
+ Glame Bandpass Analog Filter
+ Filter/Effect/Audio/LADSPA
+ Glame Bandpass Analog Filter
+ Alexander Ehlert <mag@glame.de>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bandpass-iir
+ Glame Bandpass Filter
+ Filter/Effect/Audio/LADSPA
+ Glame Bandpass Filter
+ Alexander Ehlert <mag@glame.de>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bf-rotate-z
+ Ambisonic Rotation (B-Format, Horizontal)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Rotation (B-Format, Horizontal)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-Z-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Y-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-X-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-W-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Z-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Y-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-X-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-W-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bf2cube
+ Ambisonic Decoder (B-Format to Cube)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Decoder (B-Format to Cube)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-Top_Back_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Top_Back_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Top_Front_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Top_Front_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Base_Back_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Base_Back_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Base_Front_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Base_Front_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Z-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Y-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-X-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-W-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bf2quad
+ Ambisonic Decoder (B-Format to Quad)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Decoder (B-Format to Quad)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-Back_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Back_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Front_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Front_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Z-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Y-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-X-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-W-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bf2stereo
+ Ambisonic Decoder (B-Format to Stereo)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Decoder (B-Format to Stereo)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Z-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Y-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-X-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-W-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bodeShifter
+ Bode frequency shifter
+ Filter/Effect/Audio/LADSPA
+ Bode frequency shifter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Up_out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Down_out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bodeShifterCV
+ Bode frequency shifter (CV)
+ Filter/Effect/Audio/LADSPA
+ Bode frequency shifter (CV)
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Mix_out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Up_out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Down_out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Shift_CV
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-branch-ia-oaoa
+ Signal Branch (IA)
+ Filter/Effect/Audio/LADSPA
+ Signal Branch (IA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Second_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ First_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-branch-ic-ococ
+ Signal Branch (IC)
+ Source/Audio/LADSPA
+ Signal Branch (IC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+
+
+
+ ladspa-butthigh-iir
+ GLAME Butterworth Highpass
+ Filter/Effect/Audio/LADSPA
+ GLAME Butterworth Highpass
+ Alexander Ehlert <mag@glame.de>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-buttlow-iir
+ GLAME Butterworth Lowpass
+ Filter/Effect/Audio/LADSPA
+ GLAME Butterworth Lowpass
+ Alexander Ehlert <mag@glame.de>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-bwxover-iir
+ Glame Butterworth X-over Filter
+ Filter/Effect/Audio/LADSPA
+ Glame Butterworth X-over Filter
+ Alexander Ehlert <mag@glame.de>
+
+
+ HP-Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ LP-Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-canyon-delay
+ Canyon Delay
+ Filter/Effect/Audio/LADSPA
+ Canyon Delay
+ CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)
+
+
+ Out_-Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Out_-Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ In_-Right-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ In_-Left-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-chebstortion
+ Chebyshev distortion
+ Filter/Effect/Audio/LADSPA
+ Chebyshev distortion
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-comb
+ Comb Filter
+ Filter/Effect/Audio/LADSPA
+ Comb Filter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-comb-c
+ Comb delay line, cubic spline interpolation
+ Filter/Effect/Audio/LADSPA
+ Comb delay line, cubic spline interpolation
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-comb-l
+ Comb delay line, linear interpolation
+ Filter/Effect/Audio/LADSPA
+ Comb delay line, linear interpolation
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-comb-n
+ Comb delay line, noninterpolating
+ Filter/Effect/Audio/LADSPA
+ Comb delay line, noninterpolating
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-combSplitter
+ Comb Splitter
+ Filter/Effect/Audio/LADSPA
+ Comb Splitter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output_2
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_1
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-compress-peak
+ Simple Compressor (Peak Envelope Tracking)
+ Filter/Effect/Audio/LADSPA
+ Simple Compressor (Peak Envelope Tracking)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-compress-rms
+ Simple Compressor (RMS Envelope Tracking)
+ Filter/Effect/Audio/LADSPA
+ Simple Compressor (RMS Envelope Tracking)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-const
+ Constant Signal Generator
+ Filter/Effect/Audio/LADSPA
+ Constant Signal Generator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-crossoverDist
+ Crossover distortion
+ Filter/Effect/Audio/LADSPA
+ Crossover distortion
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-dahdsr-cg+t-control
+ DAHDSR Envelope with Control Gate and Trigger (Control Inputs)
+ Source/Audio/LADSPA
+ DAHDSR Envelope with Control Gate and Trigger (Control Inputs)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Envelope_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-dahdsr-g+t-audio
+ DAHDSR Hullkurve mit Gatter und Auslöseimpuls (Audio Eingänge)
+ Filter/Effect/Audio/LADSPA
+ DAHDSR Hullkurve mit Gatter und Auslöseimpuls (Audio Eingänge)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Envelope_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Ausklingzeit_-s-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Haltewert
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Abklingzeit_-s-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Haltezeit_-s-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Einschwingzeit_-s-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Verz--gerungszeit_-s-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Ausl--ser
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gatter
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-dahdsr-g+t-control
+ DAHDSR Hüllkurve mit Gatter und Auslöseimpuls (Kontroll Eingänge)
+ Filter/Effect/Audio/LADSPA
+ DAHDSR Hüllkurve mit Gatter und Auslöseimpuls (Kontroll Eingänge)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Envelope_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Ausl--ser
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gatter
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-dcRemove
+ DC Offset Remover
+ Filter/Effect/Audio/LADSPA
+ DC Offset Remover
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-decay
+ Exponential signal decay
+ Filter/Effect/Audio/LADSPA
+ Exponential signal decay
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-decimator
+ Decimator
+ Filter/Effect/Audio/LADSPA
+ Decimator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-declip
+ Declipper
+ Filter/Effect/Audio/LADSPA
+ Declipper
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-delay-0-01s
+ Echo Delay Line (Maximum Delay 0,01s)
+ Filter/Effect/Audio/LADSPA
+ Echo Delay Line (Maximum Delay 0,01s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-delay-0-1s
+ Echo Delay Line (Maximum Delay 0,1s)
+ Filter/Effect/Audio/LADSPA
+ Echo Delay Line (Maximum Delay 0,1s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-delay-1s
+ Echo Delay Line (Maximum Delay 1s)
+ Filter/Effect/Audio/LADSPA
+ Echo Delay Line (Maximum Delay 1s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
ladspa-delay-5s
Simple Delay Line
@@ -84,6 +1360,1496 @@
+
+ ladspa-delay-60s
+ Echo Delay Line (Maximum Delay 60s)
+ Filter/Effect/Audio/LADSPA
+ Echo Delay Line (Maximum Delay 60s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-delay-c
+ Simple delay line, cubic spline interpolation
+ Filter/Effect/Audio/LADSPA
+ Simple delay line, cubic spline interpolation
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-delay-l
+ Simple delay line, linear interpolation
+ Filter/Effect/Audio/LADSPA
+ Simple delay line, linear interpolation
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-delay-n
+ Simple delay line, noninterpolating
+ Filter/Effect/Audio/LADSPA
+ Simple delay line, noninterpolating
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-delayorama
+ Delayorama
+ Filter/Effect/Audio/LADSPA
+ Delayorama
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-difference-iama-oa
+ Signal Difference (IAMA)
+ Filter/Effect/Audio/LADSPA
+ Signal Difference (IAMA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Difference_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_to_Subtract
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-difference-iamc-oa
+ Signal Difference (IAMC)
+ Filter/Effect/Audio/LADSPA
+ Signal Difference (IAMC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Difference_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-difference-icma-oa
+ Signal Difference (ICMA)
+ Filter/Effect/Audio/LADSPA
+ Signal Difference (ICMA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Difference_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_to_Subtract
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-difference-icmc-oc
+ Signal Difference (ICMC)
+ Source/Audio/LADSPA
+ Signal Difference (ICMC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+
+
+
+ ladspa-diode
+ Diode Processor
+ Filter/Effect/Audio/LADSPA
+ Diode Processor
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-disintegrator
+ Disintegrator
+ Filter/Effect/Audio/LADSPA
+ Disintegrator
+ CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-divider
+ Audio Divider (Suboctave Generator)
+ Filter/Effect/Audio/LADSPA
+ Audio Divider (Suboctave Generator)
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-dj-eq
+ DJ EQ
+ Filter/Effect/Audio/LADSPA
+ DJ EQ
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output_R
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_L
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_R
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_L
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-dj-eq-mono
+ DJ EQ (mono)
+ Filter/Effect/Audio/LADSPA
+ DJ EQ (mono)
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-djFlanger
+ DJ flanger
+ Filter/Effect/Audio/LADSPA
+ DJ flanger
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-dysonCompress
+ Dyson compressor
+ Filter/Effect/Audio/LADSPA
+ Dyson compressor
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-encode-bformat
+ Ambisonic Encoder (B-Format)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Encoder (B-Format)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-Z-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Y-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-X-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-W-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-encode-fmh
+ Ambisonic Encoder (FMH-Format)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Encoder (FMH-Format)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-V-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-U-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-T-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-S-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-R-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Z-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Y-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-X-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-W-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-expand-peak
+ Simple Expander (Peak Envelope Tracking)
+ Filter/Effect/Audio/LADSPA
+ Simple Expander (Peak Envelope Tracking)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-expand-rms
+ Simple Expander (RMS Envelope Tracking)
+ Filter/Effect/Audio/LADSPA
+ Simple Expander (RMS Envelope Tracking)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fadDelay
+ Fractionally Addressed Delay Line
+ Filter/Effect/Audio/LADSPA
+ Fractionally Addressed Delay Line
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fastLookaheadLimiter
+ Fast Lookahead limiter
+ Filter/Effect/Audio/LADSPA
+ Fast Lookahead limiter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output_2
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_1
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_2
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_1
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fbdelay-0-01s
+ Feedback Delay Line (Maximum Delay 0,01s)
+ Filter/Effect/Audio/LADSPA
+ Feedback Delay Line (Maximum Delay 0,01s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fbdelay-0-1s
+ Feedback Delay Line (Maximum Delay 0,1s)
+ Filter/Effect/Audio/LADSPA
+ Feedback Delay Line (Maximum Delay 0,1s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fbdelay-1s
+ Feedback Delay Line (Maximum Delay 1s)
+ Filter/Effect/Audio/LADSPA
+ Feedback Delay Line (Maximum Delay 1s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fbdelay-5s
+ Feedback Delay Line (Maximum Delay 5s)
+ Filter/Effect/Audio/LADSPA
+ Feedback Delay Line (Maximum Delay 5s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fbdelay-60s
+ Feedback Delay Line (Maximum Delay 60s)
+ Filter/Effect/Audio/LADSPA
+ Feedback Delay Line (Maximum Delay 60s)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-flanger
+ Flanger
+ Filter/Effect/Audio/LADSPA
+ Flanger
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmOsc
+ FM Oscillator
+ Filter/Effect/Audio/LADSPA
+ FM Oscillator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequency_-Hz-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmh-rotate-z
+ Ambisonic Rotation (FMH-Format, Horizontal)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Rotation (FMH-Format, Horizontal)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-V-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-U-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-T-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-S-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-R-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Z-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Y-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-X-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-W-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-V-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-U-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-T-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-S-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-R-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Z-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Y-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-X-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-W-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmh2bf
+ FMH-Format to B-Format (Discards RSTUV Channels)
+ Filter/Effect/Audio/LADSPA
+ FMH-Format to B-Format (Discards RSTUV Channels)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-Z-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Y-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-X-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-W-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-V-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-U-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-T-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-S-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-R-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Z-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Y-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-X-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-W-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmh2oct
+ Ambisonic Decoder (FMH-Format to Octagon)
+ Filter/Effect/Audio/LADSPA
+ Ambisonic Decoder (FMH-Format to Octagon)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output_-Front_Left_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Back_Left_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Back_Back_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Back_Back_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Back_Right_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Front_Right_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Front_Front_Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Front_Front_Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-V-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-U-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-T-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-S-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-R-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Z-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Y-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-X-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-W-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmod-fama-oa
+ Frequenz Modulator (FAMA)
+ Filter/Effect/Audio/LADSPA
+ Frequenz Modulator (FAMA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Modulierte_Frequenz_-Hz-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Modulation_-Octaves-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz_-Hz-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmod-famc-oa
+ Frequenz Modulator (FAMC)
+ Filter/Effect/Audio/LADSPA
+ Frequenz Modulator (FAMC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Modulierte_Frequenz_-Hz-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz_-Hz-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmod-fcma-oa
+ Frequenz Modulator (FCMA)
+ Filter/Effect/Audio/LADSPA
+ Frequenz Modulator (FCMA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Modulierte_Frequenz_-Hz-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Modulation_-Octaves-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fmod-fcmc-oc
+ Frequenz Modulator (FCMC)
+ Source/Audio/LADSPA
+ Frequenz Modulator (FCMC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+
+
+
+ ladspa-foldover
+ Foldover distortion
+ Filter/Effect/Audio/LADSPA
+ Foldover distortion
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-fourByFourPole
+ 4 x 4 pole allpass
+ Filter/Effect/Audio/LADSPA
+ 4 x 4 pole allpass
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-foverdrive
+ Fast overdrive
+ Filter/Effect/Audio/LADSPA
+ Fast overdrive
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-freeverb3
+ Freeverb (Version 3)
+ Filter/Effect/Audio/LADSPA
+ Freeverb (Version 3)
+ CMT (http://www.ladspa.org/cmt, plugin by Jezar at Dreampoint, ported by Richard W.E. Furse)
+
+
+ Output_-Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_-Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Right-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_-Left-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-freqTracker
+ Frequency tracker
+ Filter/Effect/Audio/LADSPA
+ Frequency tracker
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Frequency_-Hz-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-gate
+ Gate
+ Filter/Effect/Audio/LADSPA
+ Gate
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-giantFlange
+ Giant flange
+ Filter/Effect/Audio/LADSPA
+ Giant flange
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-gong
+ Gong model
+ Filter/Effect/Audio/LADSPA
+ Gong model
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-gongBeater
+ Gong beater
+ Filter/Effect/Audio/LADSPA
+ Gong beater
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-grain-scatter
+ Granular Scatter Processor
+ Filter/Effect/Audio/LADSPA
+ Granular Scatter Processor
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-gsm
+ GSM simulator
+ Filter/Effect/Audio/LADSPA
+ GSM simulator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-gverb
+ GVerb
+ Filter/Effect/Audio/LADSPA
+ GVerb
+ Juhana Sadeharju <kouhia at nic.funet.fi>, LADSPAification by Steve Harris <steve@plugin.org.uk>
+
+
+ Right_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-hard-gate
+ Hard Gate
+ Filter/Effect/Audio/LADSPA
+ Hard Gate
+ CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-hardLimiter
+ Hard Limiter
+ Filter/Effect/Audio/LADSPA
+ Hard Limiter
+ Marcus Andersson
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-harmonicGen
+ Harmonic generator
+ Filter/Effect/Audio/LADSPA
+ Harmonic generator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-hermesFilter
+ Hermes Filter
+ Filter/Effect/Audio/LADSPA
+ Hermes Filter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-highpass-iir
+ Glame Highpass Filter
+ Filter/Effect/Audio/LADSPA
+ Glame Highpass Filter
+ Alexander Ehlert <mag@glame.de>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-hilbert
+ Hilbert transformer
+ Filter/Effect/Audio/LADSPA
+ Hilbert transformer
+ Steve Harris <steve@plugin.org.uk>
+
+
+ 90deg_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ 0deg_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
ladspa-hpf
Simple High Pass Filter
@@ -105,6 +2871,361 @@
+
+ ladspa-identity-audio
+ Identity (Audio)
+ Filter/Effect/Audio/LADSPA
+ Identity (Audio)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-identity-control
+ Identity (Control)
+ Source/Audio/LADSPA
+ Identity (Control)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+
+
+
+ ladspa-imp
+ Impulse convolver
+ Filter/Effect/Audio/LADSPA
+ Impulse convolver
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-impulse-fc
+ Nonbandlimited single-sample impulses (Frequency: Control)
+ Source/Audio/LADSPA
+ Nonbandlimited single-sample impulses (Frequency: Control)
+ Andy Wingo <wingo at pobox dot com>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-interpolator
+ Control to Audio Interpolator
+ Source/Audio/LADSPA
+ Control to Audio Interpolator
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Interpolated_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-inv
+ Inverter
+ Filter/Effect/Audio/LADSPA
+ Inverter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-karaoke
+ Karaoke
+ Filter/Effect/Audio/LADSPA
+ Karaoke
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Right_out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Right_in
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_in
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-lcrDelay
+ L/C/R Delay
+ Filter/Effect/Audio/LADSPA
+ L/C/R Delay
+ Steve Harris <steve@plugin.org.uk>
+
+
+ R_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ L_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ R_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ L_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-lfoPhaser
+ LFO Phaser
+ Filter/Effect/Audio/LADSPA
+ LFO Phaser
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-limit-peak
+ Simple Limiter (Peak Envelope Tracking)
+ Filter/Effect/Audio/LADSPA
+ Simple Limiter (Peak Envelope Tracking)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-limit-rms
+ Simple Limiter (RMS Envelope Tracking)
+ Filter/Effect/Audio/LADSPA
+ Simple Limiter (RMS Envelope Tracking)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-lofi
+ Lo Fi
+ Filter/Effect/Audio/LADSPA
+ Lo Fi
+ CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)
+
+
+ Out_-Right-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Out_-Left-
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ In_-Right-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ In_-Left-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-logistic
+ Logistic Map Control Generator
+ Source/Audio/LADSPA
+ Logistic Map Control Generator
+ CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-lowpass-iir
+ Glame Lowpass Filter
+ Filter/Effect/Audio/LADSPA
+ Glame Lowpass Filter
+ Alexander Ehlert <mag@glame.de>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-lp4pole-faraia-oa
+ 4 Pole Low-Pass Filter with Resonance (FARAIA)
+ Filter/Effect/Audio/LADSPA
+ 4 Pole Low-Pass Filter with Resonance (FARAIA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Resonanz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Cutoff_Frequency
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-lp4pole-fcrcia-oa
+ 4 Pole Low-Pass Filter with Resonance (FCRCIA)
+ Filter/Effect/Audio/LADSPA
+ 4 Pole Low-Pass Filter with Resonance (FCRCIA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
ladspa-lpf
Simple Low Pass Filter
@@ -126,6 +3247,237 @@
+
+ ladspa-lsFilter
+ LS Filter
+ Filter/Effect/Audio/LADSPA
+ LS Filter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-matrixMSSt
+ Matrix: MS to Stereo
+ Filter/Effect/Audio/LADSPA
+ Matrix: MS to Stereo
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Right
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Side
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Mid
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-matrixSpatialiser
+ Matrix Spatialiser
+ Filter/Effect/Audio/LADSPA
+ Matrix Spatialiser
+ Joern Nettingsmeier <nettings@folkwang-hochschule.de>
+
+
+ Output_R
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_L
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_R
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_L
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-matrixStMS
+ Matrix: Stereo to MS
+ Filter/Effect/Audio/LADSPA
+ Matrix: Stereo to MS
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Side
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Mid
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Right
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-mbeq
+ Multiband EQ
+ Filter/Effect/Audio/LADSPA
+ Multiband EQ
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-mixer
+ Mixer (Stereo to Mono)
+ Filter/Effect/Audio/LADSPA
+ Mixer (Stereo to Mono)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_2
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_1
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-modDelay
+ Modulatable delay
+ Filter/Effect/Audio/LADSPA
+ Modulatable delay
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Delay_-s-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-multivoiceChorus
+ Multivoice Chorus
+ Filter/Effect/Audio/LADSPA
+ Multivoice Chorus
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-noise-source-white
+ Noise Source (White)
+ Source/Audio/LADSPA
+ Noise Source (White)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
ladspa-noise-white
White Noise Source
@@ -141,6 +3493,1129 @@
+
+ ladspa-notch-iir
+ Mag's Notch Filter
+ Filter/Effect/Audio/LADSPA
+ Mag's Notch Filter
+ Alexander Ehlert <mag@glame.de>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-null-ai
+ Null (Audio Input)
+ Sink/Audio/LADSPA
+ Null (Audio Input)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-null-ao
+ Null (Audio Output)
+ Source/Audio/LADSPA
+ Null (Audio Output)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-null-ci
+ Null (Control Input)
+ Source/Audio/LADSPA
+ Null (Control Input)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+
+
+
+ ladspa-null-co
+ Null (Control Output)
+ Source/Audio/LADSPA
+ Null (Control Output)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+
+
+
+ ladspa-organ
+ Organ
+ Source/Audio/LADSPA
+ Organ
+ CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)
+
+
+ Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-peak
+ Peak Monitor
+ Sink/Analyzer/Audio/LADSPA
+ Peak Monitor
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-phasemod
+ Phase Modulated Voice
+ Source/Audio/LADSPA
+ Phase Modulated Voice
+ CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)
+
+
+ Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pink-full-frequency
+ Pink Noise (full frequency range)
+ Source/Audio/LADSPA
+ Pink Noise (full frequency range)
+ CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pink-interpolated-audio
+ Pink Noise (Interpolated)
+ Source/Audio/LADSPA
+ Pink Noise (Interpolated)
+ CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pink-sh
+ Pink Noise (sample and hold)
+ Source/Audio/LADSPA
+ Pink Noise (sample and hold)
+ CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pitchScale
+ Pitch Scaler
+ Filter/Effect/Audio/LADSPA
+ Pitch Scaler
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pitchScaleHQ
+ Higher Quality Pitch Scaler
+ Filter/Effect/Audio/LADSPA
+ Higher Quality Pitch Scaler
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-plate
+ Plate reverb
+ Filter/Effect/Audio/LADSPA
+ Plate reverb
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Right_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pointerCastDistortion
+ Pointer cast distortion
+ Filter/Effect/Audio/LADSPA
+ Pointer cast distortion
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-product-iaia-oa
+ Signal Product (IAIA)
+ Filter/Effect/Audio/LADSPA
+ Signal Product (IAIA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Product_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Second_Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ First_Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-product-iaic-oa
+ Signal Product (IAIC)
+ Filter/Effect/Audio/LADSPA
+ Signal Product (IAIC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Product_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ First_Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-product-icic-oc
+ Signal Product (ICIC)
+ Source/Audio/LADSPA
+ Signal Product (ICIC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+
+
+
+ ladspa-pulse-fapa-oa
+ Bandlimited Variable Width Pulse Oscillator (FAPA)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Variable Width Pulse Oscillator (FAPA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Pulse_Width
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pulse-fapc-oa
+ Bandlimited Variable Width Pulse Oscillator (FAPC)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Variable Width Pulse Oscillator (FAPC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pulse-fcpa-oa
+ Bandlimited Variable Width Pulse Oscillator (FCPA)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Variable Width Pulse Oscillator (FCPA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Pulse_Width
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-pulse-fcpc-oa
+ Bandlimited Variable Width Pulse Oscillator (FCPC)
+ Source/Audio/LADSPA
+ Bandlimited Variable Width Pulse Oscillator (FCPC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-quantiser100
+ Quantiser (100 Steps)
+ Filter/Effect/Audio/LADSPA
+ Quantiser (100 Steps)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output_Changed
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Quantised_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-quantiser20
+ Quantiser (20 Steps)
+ Filter/Effect/Audio/LADSPA
+ Quantiser (20 Steps)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output_Changed
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Quantised_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-quantiser50
+ Quantiser (50 Steps)
+ Filter/Effect/Audio/LADSPA
+ Quantiser (50 Steps)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output_Changed
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Quantised_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-random-fasa-oa
+ Random Wave Generator (FASA)
+ Filter/Effect/Audio/LADSPA
+ Random Wave Generator (FASA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Wave_Smoothness
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz_-Hz-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-random-fasc-oa
+ Random Wave Generator (FASC)
+ Filter/Effect/Audio/LADSPA
+ Random Wave Generator (FASC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz_-Hz-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-random-fcsa-oa
+ Random Wave Generator (FCSA)
+ Filter/Effect/Audio/LADSPA
+ Random Wave Generator (FCSA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Wave_Smoothness
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-random-fcsc-oa
+ Random Wave Generator (FCSC)
+ Source/Audio/LADSPA
+ Random Wave Generator (FCSC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-rateShifter
+ Rate shifter
+ Filter/Effect/Audio/LADSPA
+ Rate shifter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-ratio-nada-oa
+ Signal Ratio (NADA)
+ Filter/Effect/Audio/LADSPA
+ Signal Ratio (NADA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Ratio_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Denominator
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Numerator
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-ratio-nadc-oa
+ Signal Ratio (NADC)
+ Filter/Effect/Audio/LADSPA
+ Signal Ratio (NADC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Ratio_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Numerator
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-ratio-ncda-oa
+ Signal Ratio (NCDA)
+ Filter/Effect/Audio/LADSPA
+ Signal Ratio (NCDA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Ratio_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Denominator
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-ratio-ncdc-oc
+ Signal Ratio (NCDC)
+ Source/Audio/LADSPA
+ Signal Ratio (NCDC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+
+
+
+ ladspa-retroFlange
+ Retro Flanger
+ Filter/Effect/Audio/LADSPA
+ Retro Flanger
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-revdelay
+ Reverse Delay (5s max)
+ Filter/Effect/Audio/LADSPA
+ Reverse Delay (5s max)
+ Jesse Chappell <jesse at essej dot net>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-ringmod-1i1o1l
+ Ringmod with LFO
+ Filter/Effect/Audio/LADSPA
+ Ringmod with LFO
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-ringmod-2i1o
+ Ringmod with two inputs
+ Filter/Effect/Audio/LADSPA
+ Ringmod with two inputs
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Modulator
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-satanMaximiser
+ Barry's Satan Maximiser
+ Filter/Effect/Audio/LADSPA
+ Barry's Satan Maximiser
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sawtooth-fa-oa
+ Bandlimited Sawtooth Oscillator (FA)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Sawtooth Oscillator (FA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sawtooth-fc-oa
+ Bandlimited Sawtooth Oscillator (FC)
+ Source/Audio/LADSPA
+ Bandlimited Sawtooth Oscillator (FC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sc1
+ SC1
+ Filter/Effect/Audio/LADSPA
+ SC1
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sc2
+ SC2
+ Filter/Effect/Audio/LADSPA
+ SC2
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Sidechain
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sc3
+ SC3
+ Filter/Effect/Audio/LADSPA
+ SC3
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Right_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Right_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Sidechain
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sc4
+ SC4
+ Filter/Effect/Audio/LADSPA
+ SC4
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Right_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Right_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sc4m
+ SC4 mono
+ Filter/Effect/Audio/LADSPA
+ SC4 mono
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-se4
+ SE4
+ Filter/Effect/Audio/LADSPA
+ SE4
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Right_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Right_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Left_input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sequencer16
+ Analogue Style 16 Step Sequencer
+ Filter/Effect/Audio/LADSPA
+ Analogue Style 16 Step Sequencer
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Value_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Step_Trigger
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gate_-Open_>_0-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sequencer32
+ Analogue Style 32 Step Sequencer
+ Filter/Effect/Audio/LADSPA
+ Analogue Style 32 Step Sequencer
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Value_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Step_Trigger
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gate_-Open_>_0-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sequencer64
+ Analogue Style 64 Step Sequencer
+ Filter/Effect/Audio/LADSPA
+ Analogue Style 64 Step Sequencer
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Value_Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Step_Trigger
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gate_-Open_>_0-
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-shaper
+ Wave shaper
+ Filter/Effect/Audio/LADSPA
+ Wave shaper
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sifter
+ Signal sifter
+ Filter/Effect/Audio/LADSPA
+ Signal sifter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sinCos
+ Sine + cosine oscillator
+ Source/Audio/LADSPA
+ Sine + cosine oscillator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Cosine_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Sine_output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
ladspa-sine-faaa
Sine Oscillator (Freq:audio, Amp:audio)
@@ -225,5 +4700,1020 @@
+
+ ladspa-singlePara
+ Single band parametric
+ Filter/Effect/Audio/LADSPA
+ Single band parametric
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sinusWavewrapper
+ Sinus wavewrapper
+ Filter/Effect/Audio/LADSPA
+ Sinus wavewrapper
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sledgehammer
+ Dynamic Sledgehammer
+ Filter/Effect/Audio/LADSPA
+ Dynamic Sledgehammer
+ CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Carrier
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Modulator
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-smoothDecimate
+ Smooth Decimator
+ Filter/Effect/Audio/LADSPA
+ Smooth Decimator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-split
+ Mono to Stereo splitter
+ Filter/Effect/Audio/LADSPA
+ Mono to Stereo splitter
+ Frank Neumann <franky@users.sourceforge.net>
+
+
+ Output_2
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_1
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-square-fa-oa
+ Bandlimited Square Oscillator (FA)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Square Oscillator (FA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-square-fc-oa
+ Bandlimited Square Oscillator (FC)
+ Source/Audio/LADSPA
+ Bandlimited Square Oscillator (FC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-stepMuxer
+ Step Demuxer
+ Filter/Effect/Audio/LADSPA
+ Step Demuxer
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_8
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_7
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_6
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_5
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_4
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_3
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_2
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_1
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Clock
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sum-iaia-oa
+ Signal Sum (IAIA)
+ Filter/Effect/Audio/LADSPA
+ Signal Sum (IAIA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Summed_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Second_Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ First_Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sum-iaic-oa
+ Signal Sum (IAIC)
+ Filter/Effect/Audio/LADSPA
+ Signal Sum (IAIC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Summed_Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ First_Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-sum-icic-oc
+ Signal Sum (ICIC)
+ Source/Audio/LADSPA
+ Signal Sum (ICIC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+
+
+
+ ladspa-surroundEncoder
+ Surround matrix encoder
+ Filter/Effect/Audio/LADSPA
+ Surround matrix encoder
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Rt
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Lt
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ S
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ C
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ R
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ L
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-svf
+ State Variable Filter
+ Filter/Effect/Audio/LADSPA
+ State Variable Filter
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-syncpulse-fapaga-oa
+ Clock Pulse Oscillator with Gate (FAPAGA)
+ Filter/Effect/Audio/LADSPA
+ Clock Pulse Oscillator with Gate (FAPAGA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gatter
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Pulse_Width
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-syncpulse-fcpcga-oa
+ Clock Pulse Oscillator with Gate (FCPCGA)
+ Filter/Effect/Audio/LADSPA
+ Clock Pulse Oscillator with Gate (FCPCGA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gatter
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-syncsquare-faga-oa
+ Clock Oscillator with Gate (FAGA)
+ Filter/Effect/Audio/LADSPA
+ Clock Oscillator with Gate (FAGA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gate
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequency
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-syncsquare-fcga-oa
+ Clock Oscillator with Gate (FCGA)
+ Filter/Effect/Audio/LADSPA
+ Clock Oscillator with Gate (FCGA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gate
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-syndrum
+ Syn Drum
+ Source/Audio/LADSPA
+ Syn Drum
+ CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)
+
+
+ Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-tapeDelay
+ Tape Delay Simulation
+ Filter/Effect/Audio/LADSPA
+ Tape Delay Simulation
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-track-max-peak
+ Envelope Tracker (Maximum Peak)
+ Sink/Analyzer/Audio/LADSPA
+ Envelope Tracker (Maximum Peak)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-track-max-rms
+ Envelope Tracker (Maximum RMS)
+ Sink/Analyzer/Audio/LADSPA
+ Envelope Tracker (Maximum RMS)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-track-peak
+ Envelope Tracker (Peak)
+ Sink/Analyzer/Audio/LADSPA
+ Envelope Tracker (Peak)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-track-rms
+ Envelope Tracker (RMS)
+ Sink/Analyzer/Audio/LADSPA
+ Envelope Tracker (RMS)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-tracker-gaaadaia-oa
+ Signal Tracker (Audio Rates)
+ Filter/Effect/Audio/LADSPA
+ Signal Tracker (Audio Rates)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Decay_Rate_-Hz-_when_Gate_Low
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Attack_Rate_-Hz-_when_Gate_Low
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Decay_Rate_-Hz-_when_Gate_High
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Attack_Rate_-Hz-_when_Gate_High
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gatter
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-tracker-gaacdcia-oa
+ Signal Tracker (Control Rates)
+ Filter/Effect/Audio/LADSPA
+ Signal Tracker (Control Rates)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Gatter
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-transient
+ Transient mangler
+ Filter/Effect/Audio/LADSPA
+ Transient mangler
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-triangle-fasa-oa
+ Bandlimited Variable Slope Triangle Oscillator (FASA)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Variable Slope Triangle Oscillator (FASA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Slope
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-triangle-fasc-oa
+ Bandlimited Variable Slope Triangle Oscillator (FASC)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Variable Slope Triangle Oscillator (FASC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Frequenz
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-triangle-fcsa-oa
+ Bandlimited Variable Slope Triangle Oscillator (FCSA)
+ Filter/Effect/Audio/LADSPA
+ Bandlimited Variable Slope Triangle Oscillator (FCSA)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Slope
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-triangle-fcsc-oa
+ Bandlimited Variable Slope Triangle Oscillator (FCSC)
+ Source/Audio/LADSPA
+ Bandlimited Variable Slope Triangle Oscillator (FCSC)
+ Mike Rawes <mike_rawes[at]yahoo.co.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-triplePara
+ Triple band parametric with shelves
+ Filter/Effect/Audio/LADSPA
+ Triple band parametric with shelves
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-valve
+ Valve saturation
+ Filter/Effect/Audio/LADSPA
+ Valve saturation
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-valveRect
+ Valve rectifier
+ Filter/Effect/Audio/LADSPA
+ Valve rectifier
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-vcf303
+ VCF 303
+ Filter/Effect/Audio/LADSPA
+ VCF 303
+ CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold)
+
+
+ Out
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ In
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-vynil
+ VyNil (Vinyl Effect)
+ Filter/Effect/Audio/LADSPA
+ VyNil (Vinyl Effect)
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output_R
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_L
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_R
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_L
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-waveTerrain
+ Wave Terrain Oscillator
+ Filter/Effect/Audio/LADSPA
+ Wave Terrain Oscillator
+ Steve Harris <steve@plugin.org.uk>
+
+
+ z
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ y
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ x
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-wshape-sine
+ Wave Shaper (Sine-Based)
+ Filter/Effect/Audio/LADSPA
+ Wave Shaper (Sine-Based)
+ CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse)
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-xfade
+ Crossfade
+ Filter/Effect/Audio/LADSPA
+ Crossfade
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output_right
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_left
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_B_right
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_B_left
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_A_right
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_A_left
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-xfade4
+ Crossfade (4 outs)
+ Filter/Effect/Audio/LADSPA
+ Crossfade (4 outs)
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output_B_right
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_B_left
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_A_right
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Output_A_left
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_B_right
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_B_left
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_A_right
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input_A_left
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
+
+ ladspa-zm1
+ z-1
+ Filter/Effect/Audio/LADSPA
+ z-1
+ Steve Harris <steve@plugin.org.uk>
+
+
+ Output
+ source
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+ Input
+ sink
+ always
+ audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
+
+
+
\ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-legacyresample.xml b/docs/plugins/inspect/plugin-legacyresample.xml
index d564124281..b724bd47d0 100644
--- a/docs/plugins/inspect/plugin-legacyresample.xml
+++ b/docs/plugins/inspect/plugin-legacyresample.xml
@@ -1,13 +1,13 @@
legacyresample
Resamples audio
- ../../gst/legacyresample/.libs/libgstlegacyresample.so
+ ../../gst/audioresample/.libs/libgstlegacyresample.so
libgstlegacyresample.so
0.10.10.1
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
legacyresample
diff --git a/docs/plugins/inspect/plugin-liveadder.xml b/docs/plugins/inspect/plugin-liveadder.xml
index fe75e4c356..e047a7493d 100644
--- a/docs/plugins/inspect/plugin-liveadder.xml
+++ b/docs/plugins/inspect/plugin-liveadder.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
liveadder
diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml
index bbfe1fee53..9a86bef17c 100644
--- a/docs/plugins/inspect/plugin-metadata.xml
+++ b/docs/plugins/inspect/plugin-metadata.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
metadatademux
diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml
index 058392c810..c536a5cee7 100644
--- a/docs/plugins/inspect/plugin-mms.xml
+++ b/docs/plugins/inspect/plugin-mms.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mmssrc
diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml
index b60b628765..c0912e195b 100644
--- a/docs/plugins/inspect/plugin-modplug.xml
+++ b/docs/plugins/inspect/plugin-modplug.xml
@@ -1,13 +1,13 @@
modplug
.MOD audio decoding
- ../../ext/modplug/.libs/libgstmodplug.so
+ ../../gst/modplug/.libs/libgstmodplug.so
libgstmodplug.so
0.10.10.1
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
modplug
diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml
index ff42016da1..3a9bf6630e 100644
--- a/docs/plugins/inspect/plugin-mpeg2enc.xml
+++ b/docs/plugins/inspect/plugin-mpeg2enc.xml
@@ -3,11 +3,11 @@
High-quality MPEG-1/2 video encoder
../../ext/mpeg2enc/.libs/libgstmpeg2enc.so
libgstmpeg2enc.so
- 0.10.10
+ 0.10.10.1
GPL
- GStreamer Bad Plug-ins source release
- Unknown package origin
+ GStreamer Bad Plug-ins CVS/prerelease
+ http://gstreamer.freedesktop.org
mpeg2enc
diff --git a/docs/plugins/inspect/plugin-mpeg4videoparse.xml b/docs/plugins/inspect/plugin-mpeg4videoparse.xml
index e62d35224c..9bc7584f59 100644
--- a/docs/plugins/inspect/plugin-mpeg4videoparse.xml
+++ b/docs/plugins/inspect/plugin-mpeg4videoparse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mpeg4videoparse
diff --git a/docs/plugins/inspect/plugin-mpegdemux2.xml b/docs/plugins/inspect/plugin-mpegdemux2.xml
index 2c2fd45ce1..0b5a638409 100644
--- a/docs/plugins/inspect/plugin-mpegdemux2.xml
+++ b/docs/plugins/inspect/plugin-mpegdemux2.xml
@@ -7,7 +7,7 @@
unknown
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mpegpsdemux
diff --git a/docs/plugins/inspect/plugin-mpegtsmux.xml b/docs/plugins/inspect/plugin-mpegtsmux.xml
index ac2a0649bc..348677761b 100644
--- a/docs/plugins/inspect/plugin-mpegtsmux.xml
+++ b/docs/plugins/inspect/plugin-mpegtsmux.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mpegtsmux
diff --git a/docs/plugins/inspect/plugin-mpegvideoparse.xml b/docs/plugins/inspect/plugin-mpegvideoparse.xml
index 995ef241b7..8208f1fb35 100644
--- a/docs/plugins/inspect/plugin-mpegvideoparse.xml
+++ b/docs/plugins/inspect/plugin-mpegvideoparse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mpegvideoparse
diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml
index 2d628ef130..523757cc71 100644
--- a/docs/plugins/inspect/plugin-musepack.xml
+++ b/docs/plugins/inspect/plugin-musepack.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
musepackdec
diff --git a/docs/plugins/inspect/plugin-musicbrainz.xml b/docs/plugins/inspect/plugin-musicbrainz.xml
index 94c5f2d764..8fd784f8c9 100644
--- a/docs/plugins/inspect/plugin-musicbrainz.xml
+++ b/docs/plugins/inspect/plugin-musicbrainz.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
trm
diff --git a/docs/plugins/inspect/plugin-mve.xml b/docs/plugins/inspect/plugin-mve.xml
index bc0a77fe19..d42b972643 100644
--- a/docs/plugins/inspect/plugin-mve.xml
+++ b/docs/plugins/inspect/plugin-mve.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mvedemux
diff --git a/docs/plugins/inspect/plugin-mxf.xml b/docs/plugins/inspect/plugin-mxf.xml
index ed01db6e5e..d88a1b8787 100644
--- a/docs/plugins/inspect/plugin-mxf.xml
+++ b/docs/plugins/inspect/plugin-mxf.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mxfdemux
diff --git a/docs/plugins/inspect/plugin-mythtv.xml b/docs/plugins/inspect/plugin-mythtv.xml
index cc553da872..a3d79651d2 100644
--- a/docs/plugins/inspect/plugin-mythtv.xml
+++ b/docs/plugins/inspect/plugin-mythtv.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
mythtvsrc
diff --git a/docs/plugins/inspect/plugin-nas.xml b/docs/plugins/inspect/plugin-nas.xml
index 8fc7fc018c..03ae81a123 100644
--- a/docs/plugins/inspect/plugin-nas.xml
+++ b/docs/plugins/inspect/plugin-nas.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
nassink
diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml
index cd71f15bd9..2aaeb42183 100644
--- a/docs/plugins/inspect/plugin-neon.xml
+++ b/docs/plugins/inspect/plugin-neon.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
neonhttpsrc
diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml
index 32eff1fbd7..0373052e9e 100644
--- a/docs/plugins/inspect/plugin-nsfdec.xml
+++ b/docs/plugins/inspect/plugin-nsfdec.xml
@@ -7,7 +7,7 @@
GPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
nsfdec
diff --git a/docs/plugins/inspect/plugin-nuvdemux.xml b/docs/plugins/inspect/plugin-nuvdemux.xml
index ef23282700..ef3cf85772 100644
--- a/docs/plugins/inspect/plugin-nuvdemux.xml
+++ b/docs/plugins/inspect/plugin-nuvdemux.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
nuvdemux
diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml
index f0ab2ada0c..6ff0522669 100644
--- a/docs/plugins/inspect/plugin-oss4.xml
+++ b/docs/plugins/inspect/plugin-oss4.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
oss4mixer
diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml
index 67b907f5a4..fc8fa98e32 100644
--- a/docs/plugins/inspect/plugin-rawparse.xml
+++ b/docs/plugins/inspect/plugin-rawparse.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
audioparse
diff --git a/docs/plugins/inspect/plugin-real.xml b/docs/plugins/inspect/plugin-real.xml
index 5eed48fcab..447fa0e23c 100644
--- a/docs/plugins/inspect/plugin-real.xml
+++ b/docs/plugins/inspect/plugin-real.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
realaudiodec
diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml
index 2488cf07e1..147bc1b5d6 100644
--- a/docs/plugins/inspect/plugin-rfbsrc.xml
+++ b/docs/plugins/inspect/plugin-rfbsrc.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
rfbsrc
diff --git a/docs/plugins/inspect/plugin-rtpmux.xml b/docs/plugins/inspect/plugin-rtpmux.xml
index 20847ec38f..28cacfb613 100644
--- a/docs/plugins/inspect/plugin-rtpmux.xml
+++ b/docs/plugins/inspect/plugin-rtpmux.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
rtpdtmfmux
diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml
index 2b2090d511..01bdbd0c14 100644
--- a/docs/plugins/inspect/plugin-sdl.xml
+++ b/docs/plugins/inspect/plugin-sdl.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
sdlaudiosink
diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml
index 0add304999..9dd9cdaf6a 100644
--- a/docs/plugins/inspect/plugin-sdp.xml
+++ b/docs/plugins/inspect/plugin-sdp.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
sdpdemux
diff --git a/docs/plugins/inspect/plugin-selector.xml b/docs/plugins/inspect/plugin-selector.xml
index 596a45fcc2..02e662e27e 100644
--- a/docs/plugins/inspect/plugin-selector.xml
+++ b/docs/plugins/inspect/plugin-selector.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
input-selector
diff --git a/docs/plugins/inspect/plugin-sndfile.xml b/docs/plugins/inspect/plugin-sndfile.xml
index 4a3668bc30..ac20163c2c 100644
--- a/docs/plugins/inspect/plugin-sndfile.xml
+++ b/docs/plugins/inspect/plugin-sndfile.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
sfsink
diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml
index 0e567f64fc..0b40fd0a6f 100644
--- a/docs/plugins/inspect/plugin-soundtouch.xml
+++ b/docs/plugins/inspect/plugin-soundtouch.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
bpmdetect
diff --git a/docs/plugins/inspect/plugin-spcdec.xml b/docs/plugins/inspect/plugin-spcdec.xml
index e3fa45fb74..0443a43a3c 100644
--- a/docs/plugins/inspect/plugin-spcdec.xml
+++ b/docs/plugins/inspect/plugin-spcdec.xml
@@ -3,11 +3,11 @@
OpenSPC Audio Decoder
../../ext/spc/.libs/libgstspc.so
libgstspc.so
- 0.10.10
+ 0.10.10.1
LGPL
- GStreamer Bad Plug-ins source release
- Unknown package origin
+ GStreamer Bad Plug-ins CVS/prerelease
+ http://gstreamer.freedesktop.org
spcdec
diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml
index 871aa16971..118b0539ed 100644
--- a/docs/plugins/inspect/plugin-speed.xml
+++ b/docs/plugins/inspect/plugin-speed.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
speed
diff --git a/docs/plugins/inspect/plugin-stereo.xml b/docs/plugins/inspect/plugin-stereo.xml
index e713b4d0a7..d1609d3b5b 100644
--- a/docs/plugins/inspect/plugin-stereo.xml
+++ b/docs/plugins/inspect/plugin-stereo.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
stereo
diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml
index 444ad2a74e..438871b029 100644
--- a/docs/plugins/inspect/plugin-subenc.xml
+++ b/docs/plugins/inspect/plugin-subenc.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
srtenc
diff --git a/docs/plugins/inspect/plugin-timidity.xml b/docs/plugins/inspect/plugin-timidity.xml
index 65f716b8af..20000ea862 100644
--- a/docs/plugins/inspect/plugin-timidity.xml
+++ b/docs/plugins/inspect/plugin-timidity.xml
@@ -3,7 +3,7 @@
Timidity Plugin
../../ext/timidity/.libs/libgsttimidity.so
libgsttimidity.so
- 0.10.7.1
+ 0.10.10.1
GPL
GStreamer Bad Plug-ins CVS/prerelease
@@ -16,18 +16,18 @@
Midi Synthesizer Element
Wouter Paesen <wouter@blue-gate.be>
-
- src
- source
- always
- audio/x-raw-int, rate=(int)44100, channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
-
sink
sink
always
audio/midi
+
+ src
+ source
+ always
+ audio/x-raw-int, rate=(int)44100, channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
+
diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml
index 23e1e3b27a..81f15b6932 100644
--- a/docs/plugins/inspect/plugin-tta.xml
+++ b/docs/plugins/inspect/plugin-tta.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
ttadec
diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml
index b7e969679c..0a4b434dc5 100644
--- a/docs/plugins/inspect/plugin-twolame.xml
+++ b/docs/plugins/inspect/plugin-twolame.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
twolame
diff --git a/docs/plugins/inspect/plugin-valve.xml b/docs/plugins/inspect/plugin-valve.xml
index 5612a51914..3069565704 100644
--- a/docs/plugins/inspect/plugin-valve.xml
+++ b/docs/plugins/inspect/plugin-valve.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
valve
diff --git a/docs/plugins/inspect/plugin-vcdsrc.xml b/docs/plugins/inspect/plugin-vcdsrc.xml
index 92cc7a0056..0ce393a176 100644
--- a/docs/plugins/inspect/plugin-vcdsrc.xml
+++ b/docs/plugins/inspect/plugin-vcdsrc.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
vcdsrc
diff --git a/docs/plugins/inspect/plugin-videosignal.xml b/docs/plugins/inspect/plugin-videosignal.xml
index 7a580e8cdf..315d388697 100644
--- a/docs/plugins/inspect/plugin-videosignal.xml
+++ b/docs/plugins/inspect/plugin-videosignal.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
videoanalyse
diff --git a/docs/plugins/inspect/plugin-vmnc.xml b/docs/plugins/inspect/plugin-vmnc.xml
index b1004c1dcc..9b68a97d3e 100644
--- a/docs/plugins/inspect/plugin-vmnc.xml
+++ b/docs/plugins/inspect/plugin-vmnc.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
vmncdec
diff --git a/docs/plugins/inspect/plugin-wildmidi.xml b/docs/plugins/inspect/plugin-wildmidi.xml
index 3d917be5fc..d5f1a2270c 100644
--- a/docs/plugins/inspect/plugin-wildmidi.xml
+++ b/docs/plugins/inspect/plugin-wildmidi.xml
@@ -7,7 +7,7 @@
GPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
wildmidi
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
index 8dc4ae31ff..c77874ba30 100644
--- a/docs/plugins/inspect/plugin-x264.xml
+++ b/docs/plugins/inspect/plugin-x264.xml
@@ -7,7 +7,7 @@
GPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
x264enc
diff --git a/docs/plugins/inspect/plugin-xdgmime.xml b/docs/plugins/inspect/plugin-xdgmime.xml
new file mode 100644
index 0000000000..046d26d423
--- /dev/null
+++ b/docs/plugins/inspect/plugin-xdgmime.xml
@@ -0,0 +1,14 @@
+
+ xdgmime
+ XDG-MIME
+ ../../gst/xdgmime/.libs/libgstxdgmime.so
+ libgstxdgmime.so
+ 0.10.10.1
+ LGPL
+
+ GStreamer Bad Plug-ins CVS/prerelease
+ http://gstreamer.freedesktop.org
+
+
+
+
\ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml
index 6d0bcb831d..55905900c6 100644
--- a/docs/plugins/inspect/plugin-xvid.xml
+++ b/docs/plugins/inspect/plugin-xvid.xml
@@ -7,7 +7,7 @@
GPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
xviddec
diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml
index 6f2eaa0505..b76a5a4a52 100644
--- a/docs/plugins/inspect/plugin-y4menc.xml
+++ b/docs/plugins/inspect/plugin-y4menc.xml
@@ -7,7 +7,7 @@
LGPL
GStreamer Bad Plug-ins CVS/prerelease
- Unknown package origin
+ http://gstreamer.freedesktop.org
y4menc