From 04c235c6ac5f36b507c629de5634d5e6d326222b Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 4 Oct 2005 02:04:42 +0000 Subject: adding abstractions and helpfiles svn path=/trunk/; revision=3647 --- externals/gridflow/pd_help/@store.pd | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 externals/gridflow/pd_help/@store.pd (limited to 'externals/gridflow/pd_help/@store.pd') diff --git a/externals/gridflow/pd_help/@store.pd b/externals/gridflow/pd_help/@store.pd new file mode 100644 index 00000000..68dd5a14 --- /dev/null +++ b/externals/gridflow/pd_help/@store.pd @@ -0,0 +1,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; -- cgit v1.2.1