aboutsummaryrefslogtreecommitdiff
path: root/plugin~-help.pd
blob: 2faa223c229f231f17a0ee95dbd7de2558d92e34 (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
#N canvas 107 33 838 540 10;
#X floatatom 700 248 0 0 0 0 - - -;
#X msg 700 218 440;
#X obj 650 185 loadbang;
#X msg 699 277 control freq \$1;
#X msg 601 276 control amp \$1;
#X msg 601 219 0.7;
#X floatatom 601 250 0 0 0 0 - - -;
#X obj 97 439 plugin~ amp_stereo amp.so;
#X msg 67 401 control gain \$1;
#X floatatom 67 376 0 0 0 0 - - -;
#X obj 658 353 plugin~ sine_fcac;
#X msg 564 309 info;
#X obj 200 486 dac~;
#X obj 20 47 plugin~ lpf;
#X obj 429 50 plugin~ lpf filter.so;
#X text 13 11 plugin~: LADSPA plug-in hosting for Pd.;
#X obj 66 319 loadbang;
#X msg 16 390 info;
#N canvas 0 22 450 300 graph1 0;
#X array array1 100 float 0;
#X coords 0 1 100 -1 200 140 1;
#X restore 338 376 graph;
#X obj 659 422 tabwrite~ array1;
#X obj 569 391 metro 500;
#X msg 568 369 1;
#X obj 568 347 loadbang;
#X text 19 65 Create a plug-in by label. All LADSPA plug-in libraries
will be searched.;
#X text 429 70 Create a plug-in by label and library name. Only the
selected LADSPA plug-in library is searched.;
#X text 30 296 Example: stereo amplifier from LADSPA SDK;
#X text 424 154 Example: sine oscillator from LADSPA SDK;
#X obj 126 218 plugin~ lpf;
#X text 106 114 In- and outlet functionality:;
#X text 6 249 You can investigate the inputs and outputs by sending
a "info" message to the first inlet.;
#X msg 130 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 114 The rest inlets are for audio input and the rest outlets
are for audio output signals.;
#X msg 14 360 reset;
#X msg 561 284 reset;
#X obj 202 356 osc~ 220;
#X msg 66 350 0.05;
#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 10 0;
#X connect 4 0 10 0;
#X connect 5 0 6 0;
#X connect 6 0 4 0;
#X connect 7 1 12 0;
#X connect 7 2 12 1;
#X connect 8 0 7 0;
#X connect 9 0 8 0;
#X connect 10 1 19 0;
#X connect 11 0 10 0;
#X connect 16 0 36 0;
#X connect 17 0 7 0;
#X connect 20 0 19 0;
#X connect 21 0 20 0;
#X connect 22 0 21 0;
#X connect 30 0 27 0;
#X connect 33 0 7 0;
#X connect 34 0 10 0;
#X connect 35 0 7 1;
#X connect 35 0 7 2;
#X connect 36 0 9 0;