aboutsummaryrefslogtreecommitdiff
path: root/Patches/fs.copy.pd
blob: 8598ae954eea39e3b9443abdfad00b272ea284d5 (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
#N canvas 205 60 932 444 12;
#X obj 173 21 loadbang;
#X obj 208 271 fs_sender;
#X msg 173 204 copy \$1;
#X obj 352 14 inlet;
#X text 465 118 dest_all;
#X text 465 132 dest_random;
#X text 465 152 copy;
#X text 465 167 alpha <value>;
#X text 466 197 sub <value>;
#X text 465 183 add <value>;
#X text 466 62 source_all;
#X text 466 79 source_random;
#X obj 23 22 inlet;
#X obj 23 155 outlet;
#X obj 23 62 pack s s;
#X msg 23 95 fs_op \$2 \$1;
#X obj 352 156 pack s s;
#X msg 352 185 \$2 \$1;
#X obj 352 127 l2s;
#X text 466 47 source <left> <top> <right> <bottom>;
#X text 465 104 dest <left> <top> <right> <bottom>;
#X text 399 15 for these commands:;
#X obj 173 174 symbol;
#X obj 194 114 r fs_reset;
#X msg 194 140 bang;
#X text 467 267 blackness dstinvert mergecopy mergepaint notsrccopy
notsrcerase patcopy patinvert patpaint srcand srccopy srcerase srcinvert
srcpaint whiteness;
#X text 466 226 try these raster operations: (some of them do nothing)
;
#X text 468 329 transparent_0/1 mirrorleftright_0/1 mirrorupdown_0/1
;
#X text 467 358 "plugin_name" (see example-plugins.pd);
#X obj 173 51 symbol \$0C;
#X text 467 389 "filter_name" (see example-photoshopfilters.pd);
#X connect 0 0 29 0;
#X connect 2 0 1 0;
#X connect 3 0 18 0;
#X connect 12 0 14 0;
#X connect 14 0 15 0;
#X connect 15 0 13 0;
#X connect 16 0 17 0;
#X connect 17 0 1 0;
#X connect 18 0 16 0;
#X connect 22 0 2 0;
#X connect 23 0 24 0;
#X connect 24 0 29 0;
#X connect 29 0 14 1;
#X connect 29 0 16 1;
#X connect 29 0 22 0;