File: plugins.html

package info (click to toggle)
cmt 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: cpp: 7,000; makefile: 98
file content (522 lines) | stat: -rw-r--r-- 11,704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<HTML>
  <HEAD>
    <TITLE>CMT Documentation</TITLE>
    <META NAME="DESCRIPTION"
          CONTENT="CMT Documentation">
  </HEAD>
  <BODY BGCOLOR=#FFFFFF>
    
    <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>

    <HR/>


<H1>CMT Library Plugins</H1>

<P>The following plugins are provided in the CMT library:</P>

<TABLE BORDER=1>

<TR>
<TH>Plugin ID</TH>
<TH>Plugin Label</TH>
<TH>Description</TH>
</TR>

<TR>
<TD>1051</TD>
<TD>lpf</TD>
<TD>Low Pass Filter (One Pole).</TD>
</TR>

<TR>
<TD>1052</TD>
<TD>hpf</TD>
<TD>High Pass Filter (One Pole).</TD>
</TR>

<TR>
<TD>1053</TD>
<TD>delay_0.01s</TD>
<TD>Echo Delay Line. The delay time may be varied up to 0.01
seconds. No feedback is provided.</TD>
</TR>

<TR>
<TD>1054</TD>
<TD>delay_0.1s</TD>
<TD>Echo Delay Line. The delay time may be varied up to 0.1
seconds. No feedback is provided.</TD>
</TR>

<TR>
<TD>1055</TD>
<TD>delay_1s</TD>
<TD>Echo Delay Line. The delay time may be varied up to 1
second. No feedback is provided.</TD>
</TR>

<TR>
<TD>1056</TD>
<TD>delay_5s</TD>
<TD>Echo Delay Line. The delay time may be varied up to 5
seconds. No feedback is provided.</TD>
</TR>

<TR>
<TD>1057</TD>
<TD>delay_60s</TD>
<TD>Echo Delay Line. The delay time may be varied up to 60
seconds. No feedback is provided.</TD>
</TR>

<TR>
<TD>1058</TD>
<TD>fbdelay_0.01s</TD>
<TD>Feedback Delay Line. The delay time may be varied up to 0.01
seconds.</TD>
</TR>

<TR>
<TD>1059</TD>
<TD>fbdelay_0.1s</TD>
<TD>Feedback Delay Line. The delay time may be varied up to 0.1
seconds.</TD>
</TR>

<TR>
<TD>1060</TD>
<TD>fbdelay_1s</TD>
<TD>Feedback Delay Line. The delay time may be varied up to 1
second.</TD>
</TR>

<TR>
<TD>1061</TD>
<TD>fbdelay_5s</TD>
<TD>Feedback Delay Line. The delay time may be varied up to 5
seconds.</TD>
</TR>

<TR>
<TD>1062</TD>
<TD>fbdelay_60s</TD>
<TD>Feedback Delay Line. The delay time may be varied up to 60
seconds.</TD>
</TR>

<TR>
<TD>1063</TD>
<TD>sine_faaa</TD>
<TD>Sine Oscillator. Frequency input is audio, Amplitude input is
audio.</TD>
</TR>

<TR>
<TD>1064</TD>
<TD>sine_faac</TD>
<TD>Sine Oscillator. Frequency input is audio, Amplitude input is
control.</TD>
</TR>

<TR>
<TD>1065</TD>
<TD>sine_fcaa</TD>
<TD>Sine Oscillator. Frequency input is control, Amplitude input is
audio.</TD>
</TR>

<TR>
<TD>1066</TD>
<TD>sine_fcac</TD>
<TD>Sine Oscillator. Frequency input is control, Amplitude input is
control.</TD>
</TR>

<TR>
<TD>1067</TD>
<TD>amp_mono</TD>
<TD>Amplifier (Mono).</TD>
</TR>

<TR>
<TD>1068</TD>
<TD>amp_stereo</TD>
<TD>Amplifier (Stereo).</TD>
</TR>

<TR>
<TD>1069</TD>
<TD>noise_source_white</TD>
<TD>Noise Source (White).</TD>
</TR>

<TR>
<TD>1070</TD>
<TD>am</TD>
<TD>Amplitude Modulator.</TD>
</TR>

<TR>
<TD>1071</TD>
<TD>mixer</TD>
<TD>Mixer (Stereo to Mono).</TD>
</TR>

<TR>
<TD>1072</TD>
<TD>compress_peak</TD>
<TD>Simple Compressor (Peak Envelope Tracking).</TD>
</TR>

<TR>
<TD>1073</TD>
<TD>compress_rms</TD>
<TD>Simple Compressor (RMS Envelope Tracking).</TD>
</TR>

<TR>
<TD>1074</TD>
<TD>expand_peak</TD>
<TD>Simple Expander (Peak Envelope Tracking).</TD>
</TR>

<TR>
<TD>1075</TD>
<TD>expand_rms</TD>
<TD>Simple Expander (RMS Envelope Tracking).</TD>
</TR>

<TR>
<TD>1076</TD>
<TD>limit_peak</TD>
<TD>Simple Limiter (Peak Envelope Tracking).</TD>
</TR>

<TR>
<TD>1077</TD>
<TD>limit_rms</TD>
<TD>Simple Limiter (RMS Envelope Tracking).</TD>
</TR>

<TR>
<TD>1078</TD>
<TD>track_peak</TD>
<TD>Envelope Tracker (Peak).</TD>
</TR>

<TR>
<TD>1079</TD>
<TD>track_rms</TD>
<TD>Envelope Tracker (RMS).</TD>
</TR>

<TR>
<TD>1080</TD>
<TD>track_max_peak</TD>
<TD>Envelope Tracker (Maximum Peak).</TD>
</TR>

<TR>
<TD>1081</TD>
<TD>track_max_rms</TD>
<TD>Envelope Tracker (Maximum RMS).</TD>
</TR>

<TR>
<TD>1082</TD>
<TD>peak</TD>
<TD>Peak Monitor.</TD>
</TR>

<TR>
<TD>1083</TD>
<TD>null_ci</TD>
<TD>Null Plugin (Control Input).</TD>
</TR>

<TR>
<TD>1084</TD>
<TD>null_ai</TD>
<TD>Null Plugin (Audio Input).</TD>
</TR>

<TR>
<TD>1085</TD>
<TD>null_co</TD>
<TD>Null Plugin (Control Output).</TD>
</TR>

<TR>
<TD>1086</TD>
<TD>null_ao</TD>
<TD>Null Plugin (Audio Output).</TD>
</TR>

<TR>
<TD>1087</TD>
<TD>encode_bformat</TD>
<TD>B-Format Encoder. This plugin encodes ambisonic B-Format audio
using the inverse square law but no filtering, reverb or delay.</TD>
</TR>

<TR>
<TD>1088</TD>
<TD>encode_fmh</TD>
<TD>FMH-Format Encoder. This plugin encodes ambisonic FMH-Format audio
using the inverse square law but no filtering, reverb or delay.</TD>
</TR>

<TR>
<TD>1089</TD>
<TD>fmh2bf</TD>
<TD>FMH-Format to B-Format. This plugin simply discards the R, S, T, U
and V channels but is included for clarity.</TD>
</TR>

<TR>
<TD>1090</TD>
<TD>bf2stereo</TD>
<TD>B-Format to Stereo Ambisonic Decoder. This plugin only actually
uses its W and Y input signals and does not use UHJ.</TD>
</TR>

<TR>
<TD>1091</TD>
<TD>bf2quad</TD>
<TD>B-Format to Quad Ambisonic Decoder. This plugin only actually uses
its W, Y and Z input signals.</TD>
</TR>

<TR>
<TD>1092</TD>
<TD>bf2cube</TD>
<TD>B-Format to Cube Ambisonic Decoder.</TD>
</TR>

<TR>
<TD>1093</TD>
<TD>bf2oct</TD>
<TD>FMH-Format to Octagon Ambisonic Decoder. This plugin only actually
uses its W, X, Y, U and V inputs.</TD>
</TR>

<TR>
<TD>1094</TD>
<TD>bf_rotate_z</TD>
<TD>B-Format Rotation (Horizontal). This plugin rotates an B-Format
encoded soundfield around the Z-axis.</TD>
</TR>

<TR>
<TD>1095</TD>
<TD>fmh_rotate_z</TD>
<TD>FMH-Format Rotation (Horizontal). This plugin rotates an
FMH-Format encoded soundfield around the Z-axis.</TD>
</TR>

<TR>
<TD>1096</TD>
<TD>grain_scatter</TD>
<TD>Granular Scattering Processor. This plugin generates an output
audio stream by scattering short `grains' of sound from an input
stream. It is possible to control the length and envelope of these
grains, how far away from their source time grains may be scattered
and the density (grains/sec) of the texture produced.</TD>
</TR>

<TR>
<TD>1097</TD>
<TD>wsshape_sine</TD>
<TD>Wave Shaper (Sine-Based).</TD>
</TR>

<TR>
<TD>1098</TD>
<TD>identity_audio</TD>
<TD>Identity (Audio).</TD>
</TR>

<TR>
<TD>1099</TD>
<TD>identity_control</TD>
<TD>Identity (Control).</TD>
</TR>

<TR>
<TD>1123</TD>
<TD>freeverb3</TD>
<TD>Freeverb (Version 3). This reverb unit is a direct port of the
free public domain source code available from <A
HREF="http://www.dreampoint.co.uk">Jezar at Dreampoint</A>.</TD>
</TR>

<TR>
<TD>1221</TD>
<TD>analogue</TD>
<TD>Analogue Synthesizer Voice. Contains two audio oscillators, one LFO,
and three ADSRs. There are five waveforms available for the DCOs:
Sine, Triangle, Square, Sawtooth, and Fullwave rectified sine. The DCOs
may be frequency modulated and/or pulse width modulated by the LFO.</TD>
</TR>

<TR>
<TD>1222</TD>
<TD>organ</TD>
<TD>Organ Voice with Configurable Harmonics. The user may control the
loudness of the harmonics. There are three additional tones that may
be enabled and combined: brass, flute, and reed. Two ADSRs control
the envelope for the upper and lower harmonics.</TD>
</TR>

<TR>
<TD>1223</TD>
<TD>syndrum</TD>
<TD>Drum Synthesizer.</TD>
</TR>

<TR>
<TD>1224</TD>
<TD>vcf303</TD>
<TD>VCF 303. A TB-303 resonant filter clone.</TD>
</TR>

<TR>
<TD>1225</TD>
<TD>canyon_delay</TD>
<TD>Canyon Delay. A deep stereo crossdelay with built-in low pass
filters.</TD>
</TR>

<TR>
<TD>1226</TD>
<TD>phasemod</TD>
<TD>Phase Modulated Synthesizer Voice. Contains six audio oscillators, each
oscillator phase modulates the next. If a modulation coefficient is zero,
then the former oscillator's output is summed with the module's output.
DCO1's phase modulation parameter specifies an offset not a coefficient.
Example modulation parameters {1.0, 0.5, 0.0, 0.5, 0.2, 0.0} for all
six oscillators results in the output function: DCO2 (phase = DCO1 (phase =
1.0) * 0.5) + DCO5 (phase = DCO4 (phase = DCO3 (phase = 0.0) * 0.5) * 0.2) +
DCO6 (phase = 0.0). Each oscillator's output is bounded by -1.0 and 1.0,
or -360<SUP>o</SUP> and 360<SUP>o</SUP>.</TD>
</TR>

<TR>
<TD>1227</TD>
<TD>lofi</TD>
<TD>Lo Fi. Simulates old audio equipment. Adds distortion,
bandwidth limiting, compression, and crackling to audio.</TD>
</TR>

<TR>
<TD>1841</TD>
<TD>pink_interpolated_audio</TD>
<TD>Interpolated pink noise. Pink noise is a kind of random
one-dimensional fractal. This plugin approximates the effect of an
extreme low pass filter on a pink noise signal. It is useful as a
natural-sounding continuously varying control signal with long-term
trends as well as short-term variation. If you use it to control the
pitch of a sine wave it can sound a bit like wind blowing. Notice that
the average value tends to gradually drift over long periods of
time. This is in the nature of pink noise, and so can't be
helped.</TD>
</TR>

<TR>
<TD>1843</TD>
<TD>pink_sh</TD>
<TD>Sample and hold pink noise. Similar to pink, but with stepped
instead of interpolated output.</TD>
</TR>

<TR>
<TD>1844</TD>
<TD>pink_full_frequency</TD>
<TD>Pink noise simulation with a full frequency range. You can low
pass filter this to get a similar effect to the interpolated pink
noise generator.</TD>
</TR>

<TR>
<TD>1845</TD>
<TD>hard_gate</TD>
<TD>Hard noise gate. If the absolute value of the signal falls below
"threshold", it is set to zero. There is no antialiasing.</TD>
</TR>

<TR>
<TD>1846</TD>
<TD>disintegrator</TD>
<TD>Amplifies random half-cycles of it's input by multiplier. Set
multiplier to 0 and vary probability for a weird fade effect, or set
multiplier to -1 and probability to 0.5 to turn pitched sounds into
noise.</TD>
</TR>

<TR>
<TD>1848</TD>
<TD>sledgehammer</TD>
<TD>A Dynamic Sledgehammer, which you can use to bash your signals
into shape. It's basically a very simple and heavy compressor with a
sidechain. Try it with a pad sound as the carrier and a drum loop as
the modulator. Also, you can get some nice "Satan Maximiser"-style
distortion by not connecting the modulator (set it's influence to 0)
and putting the rate up to around 0.1.</TD>
</TR>

<TR>
<TD>1849</TD>
<TD>logistic</TD>
<TD>Logistic Map chaotic stepped control generator. The logistic map
is a classic example from chaos theory. It can be summarised by the
formula <pre>x := r*x*(1-x).</pre> With r<3, x just converges to a
constant value. With r just greater than 3 it oscillates with period
2. at about 3.45 the period doubles again to 4. These period doublings
occur at smaller and smaller increments of r, until at about 3.5699
there have been an infinite number and the signal never
repeates. Between this value and 4 the system exhibits chaotic
behaviour (although there are regions of periodicity). Papers are
still being published today on the subject of this system's
behaviour. This plugin iterates this map at a given frequency to
produce a stepped signal, which is scaled to lie in the range
(-1,1). When this signal is used as a frequency control it can
sometimes sound quite musical.</TD>
</TR>

</TABLE>

<P>"Ambisonics" is a registered trademark of Nimbus Communications
International.</P>

<HR/>

<H1>CMT Index</H1>

<UL>
  <LI><A HREF="overview.html">Overview</A></LI>
  <LI><A HREF="http://www.ladspa.org/download/index.html">Download</A></LI>
  <LI><A HREF="installation.html">Installation</A></LI>
  <LI><A HREF="license.html">License (LGPL)</A></LI>
  <LI><A HREF="plugins.html">Plugins in the Library</A></LI>
  <LI><A HREF="adding_plugins.html">Adding Plugins to the Library</A></LI>
  <LI><A HREF="changes.html">Change History</A></LI>
  <LI><A HREF="bugs.html">Bugs</A></LI>
</UL>

<H2>Other Links</H2>

<UL>
  <LI>
    The <A HREF="http://www.ladspa.org/ladspa_sdk/overview.html">LADSPA
      Software Development Kit</A>
  </LI>
</UL>


    <HR/>

    <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>

  </BODY>
</HTML>