aboutsummaryrefslogtreecommitdiff
path: root/plugin~-help.pd
blob: 74e42e53753bcc59f979dab3d02a58c1acb57123 (plain)
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
#N canvas 286 22 838 540 10;
#X floatatom 638 258 0 0 0 0 - - -;
#X msg 638 228 440;
#X obj 588 195 loadbang;
#X msg 637 287 control freq \$1;
#X msg 539 286 control amp \$1;
#X msg 539 229 0.7;
#X floatatom 539 260 0 0 0 0 - - -;
#X msg 82 409 control gain \$1;
#X floatatom 82 389 0 0 0 0 - - -;
#X obj 596 363 plugin~ sine_fcac;
#X msg 502 319 info;
#X obj 199 503 dac~;
#X obj 20 47 plugin~ lpf;
#X text 13 11 plugin~: LADSPA plug-in hosting for Pd.;
#X obj 82 349 loadbang;
#X msg 32 434 info;
#N canvas 0 22 450 300 (subpatch) 0;
#X array \$0-display 100 float 0;
#X coords 0 1 100 -1 200 70 1;
#X restore 521 459 graph;
#X obj 507 401 metro 500;
#X msg 506 379 1;
#X obj 506 357 loadbang;
#X text 19 65 Create a plug-in by label. All LADSPA plug-in libraries
will be searched.;
#X text 30 316 Example: stereo amplifier from LADSPA SDK;
#X text 424 168 Example: sine oscillator from LADSPA SDK;
#X obj 130 202 plugin~ lpf;
#X text 106 114 In- and outlet functionality:;
#X text 6 269 You can investigate the inputs and outputs by sending
a "info" message to the first inlet.;
#X msg 110 181 info;
#X text 12 140 The first inlet is for control input messages. The first
outlet is for control output messages \, correspondingly.;
#X text 425 138 The rest inlets are for audio input and the rest outlets
are for audio output signals.;
#X msg 30 404 reset;
#X msg 499 294 reset;
#X obj 202 376 osc~ 220;
#X msg 82 369 0.05;
#X obj 647 426 tabwrite~ \$0-display;
#X obj 68 247 print INFO;
#X msg 146 181 listplugins;
#X obj 138 225 route label;
#X obj 138 246 print PLUGIN_NAME;
#X obj 574 385 print SINE_FCAC;
#X obj 67 502 print AMP_STEREO;
#X obj 130 466 plugin~ amp_stereo;
#X obj 430 35 plugin~ compress_peak cmt.so;
#X obj 430 57 print INFO;
#X msg 430 13 info;
#X text 425 79 Create a plug-in by label and library name. Only the
selected LADSPA plug-in library is searched ('cmt.so' is packaged in
"cmt" in Debian/Ubuntu \, "ladspa-cmt" in Mac OS X/Fink \, and "ladspa-cmt-plugins"
in Fedora).;
#X connect 0 0 3 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 2 0 5 0;
#X connect 3 0 9 0;
#X connect 4 0 9 0;
#X connect 5 0 6 0;
#X connect 6 0 4 0;
#X connect 7 0 40 0;
#X connect 8 0 7 0;
#X connect 9 0 38 0;
#X connect 9 1 33 0;
#X connect 10 0 9 0;
#X connect 14 0 32 0;
#X connect 15 0 40 0;
#X connect 17 0 33 0;
#X connect 18 0 17 0;
#X connect 19 0 18 0;
#X connect 23 0 34 0;
#X connect 23 0 36 0;
#X connect 26 0 23 0;
#X connect 29 0 40 0;
#X connect 30 0 9 0;
#X connect 31 0 40 1;
#X connect 31 0 40 2;
#X connect 32 0 8 0;
#X connect 35 0 23 0;
#X connect 36 0 37 0;
#X connect 40 0 39 0;
#X connect 40 1 11 0;
#X connect 40 2 11 1;
#X connect 41 0 42 0;
#X connect 43 0 41 0;