diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-07-29 17:06:19 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-07-29 17:06:19 +0000 |
commit | 57045df5fe3ec557e57dc7434ac1a07b5521bffc (patch) | |
tree | 7174058b41b73c808107c7090d9a4e93ee202341 /pd/doc/7.stuff/data-structures/4.append.pd | |
parent | da38b3424229e59f956252c3d89895e43e84e278 (diff) |
This commit was generated by cvs2svn to compensate for changes in r58,
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/; revision=59
Diffstat (limited to 'pd/doc/7.stuff/data-structures/4.append.pd')
-rw-r--r-- | pd/doc/7.stuff/data-structures/4.append.pd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pd/doc/7.stuff/data-structures/4.append.pd b/pd/doc/7.stuff/data-structures/4.append.pd new file mode 100644 index 00000000..2c1991d9 --- /dev/null +++ b/pd/doc/7.stuff/data-structures/4.append.pd @@ -0,0 +1,36 @@ +#N canvas 308 71 688 415 12; +#X obj 421 332 pointer; +#X obj 108 277 t b b b; +#X msg 120 241 bang; +#X text 161 240 click here to re-initialize; +#X msg 11 313 50 250 30 9 \, 200 200 -20 900 \, 100 200 -50 30; +#X text 56 27 The objects below put three items in the data window. +First the window is cleared. Then a "pointer" object is instructed +to point to the beginning of the data window ("traverse pd-data") \, +and to output its value ("bang") to the "append" object. This object +is then given numeric values to create three items.; +#X obj 11 336 append template4 x y z q; +#X msg 421 269 \; pd-data4 clear; +#N canvas 0 0 318 188 data4 1; +#X restore 430 219 pd data4; +#N canvas 15 278 427 138 template4 0; +#X obj 60 46 filledpolygon 244 q 5 0 0 20 z 40 0; +#X obj 60 21 template float x float y float z float q; +#X text 13 79 The template for the two scalars \, as in the last patch +; +#X restore 428 243 pd template4; +#X msg 421 309 traverse pd-data4 \, bang; +#X text 57 165 The outlet of "append" is a pointer to the newly created +scalar. You can pass that on to other append objects if you want to +build heterogenous lists.; +#X text 363 375 Updated for Pd version 0.32; +#X text 57 121 The "append" object is given the argument "template4" +to specify what kind of data structure to append. The other arguments +are the names of variables we'll set.; +#X connect 0 0 6 4; +#X connect 1 0 4 0; +#X connect 1 1 10 0; +#X connect 1 2 7 0; +#X connect 2 0 1 0; +#X connect 4 0 6 0; +#X connect 10 0 0 0; |