aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/pd_help/@store.pd
blob: 68dd5a14a7973a0f77727985bcd35e0921931aab (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
#N canvas 519 121 541 394 10;
#X text 14 15 @store;
#X obj 18 118 @two;
#X floatatom 18 86 5 0 0 0 - - -;
#X floatatom 63 86 5 0 0 0 - - -;
#X text 92 15 stores a single grid and can recall parts of it.;
#X obj 111 136 @export_list;
#X floatatom 111 184 5 0 0 0 - - -;
#X obj 73 221 @redim ( 1 2 );
#X obj 73 266 @store;
#X obj 73 307 @export_list;
#X obj 294 119 @in;
#X obj 294 45 bng 15 250 50 0 empty empty empty 0 -6 0 8 -233017 -1
-1;
#X obj 73 326 unpack f f f;
#X floatatom 73 351 5 0 0 0 - - -;
#X text 56 352 R:;
#X floatatom 134 351 5 0 0 0 - - -;
#X floatatom 194 351 5 0 0 0 - - -;
#X text 117 352 G:;
#X text 178 352 B:;
#X text 130 262 this example allows you to select a single pixel from
the loaded picture and view its rgb value.;
#X obj 111 155 unpack;
#X floatatom 164 185 5 0 0 0 - - -;
#X text 92 185 X:;
#X text 149 186 Y:;
#X text 478 14 gridflow;
#X msg 317 92 open r001.jpg;
#X obj 294 70 fork;
#X connect 1 0 5 0;
#X connect 1 0 7 0;
#X connect 2 0 1 0;
#X connect 3 0 1 1;
#X connect 5 0 20 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 12 0;
#X connect 10 0 8 1;
#X connect 11 0 26 0;
#X connect 12 0 13 0;
#X connect 12 1 15 0;
#X connect 12 2 16 0;
#X connect 20 0 6 0;
#X connect 20 1 21 0;
#X connect 25 0 10 0;
#X connect 26 0 10 0;
#X connect 26 1 25 0;