aboutsummaryrefslogtreecommitdiff
path: root/Patches/fs.draw.pd
blob: cc9ea774a50a67084e49e06b5163f59e77b7ce31 (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
#N canvas 301 30 843 370 12;
#X obj 172 80 loadbang;
#X obj 126 275 fs_sender;
#X obj 51 27 inlet;
#X obj 51 55 l2s;
#X obj 51 102 pack s s;
#X msg 51 137 fs_op \$2 \$1;
#X obj 172 203 symbol;
#X obj 189 147 r fs_reset;
#X msg 189 172 bang;
#X text 100 28 command;
#X text 344 89 commands:;
#X text 363 123 rect <x1> <y1> <x2> <y2>;
#X msg 172 228 draw \$1;
#X obj 51 176 outlet;
#X text 362 143 line <x1> <y1> <x2> <y2>;
#X text 363 162 plot <x> <y>;
#X text 363 234 mode_solid mode_clear;
#X text 362 196 pen <r> <g> <b> (to set pen color);
#X text 362 215 brush <r> <g> <b> (to set brush color);
#X obj 172 110 symbol \$0D;
#X connect 0 0 19 0;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 13 0;
#X connect 6 0 12 0;
#X connect 7 0 8 0;
#X connect 8 0 6 0;
#X connect 12 0 1 0;
#X connect 19 0 4 1;
#X connect 19 0 6 0;