aboutsummaryrefslogtreecommitdiff
path: root/Patches/05.example-plugins.pd
blob: 630514e1b682764b43cad4f77c0489a2e11d2e0b (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
#N canvas 106 10 880 659 12;
#X obj 11 41 fs.main;
#X msg 11 11 6001;
#X msg 62 12 reset;
#X text 157 37 Using Plugins;
#X obj 65 224 fs.framed plugins;
#X msg 209 225 76 + 446;
#X msg 34 95 noize;
#X msg 52 122 green;
#X msg 66 148 colortv;
#X msg 78 174 lightspeed 100;
#X text 159 67 Plugins are short pieces of code written in C \, C++
or ASM that manipulate one or more frames. Send the plugin name to
fs.frame to execute it.;
#X obj 87 290 fs.copy;
#X obj 96 359 fs.framed plugins;
#X msg 239 359 266 + 446;
#X obj 37 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 337 258 Send the plugin name to fs.copy to use it as a copy
operation.;
#X msg 202 262 tile 3;
#X msg 209 289 xbend 40 140;
#X obj 321 359 init;
#X obj 284 225 init;
#X connect 1 0 0 0;
#X connect 1 0 2 0;
#X connect 2 0 0 1;
#X connect 4 0 11 0;
#X connect 4 2 5 0;
#X connect 5 0 4 0;
#X connect 6 0 4 0;
#X connect 7 0 4 0;
#X connect 8 0 4 0;
#X connect 9 0 4 0;
#X connect 11 0 12 0;
#X connect 12 2 13 0;
#X connect 13 0 12 0;
#X connect 14 0 4 0;
#X connect 16 0 11 1;
#X connect 16 0 14 0;
#X connect 17 0 11 1;
#X connect 17 0 14 0;
#X connect 18 0 13 0;
#X connect 19 0 5 0;