From 388f7a1df37afeed0dd120f8091614a7f6dd91ab Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Wed, 18 May 2005 04:28:51 +0000 Subject: Damn, edited this before and lost the update. More data features. Took about 12 patches. svn path=/trunk/; revision=3006 --- pd/doc/7.stuff/data-structures/2.getting.data.pd | 42 ++++++++++++------------ 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'pd/doc/7.stuff/data-structures/2.getting.data.pd') diff --git a/pd/doc/7.stuff/data-structures/2.getting.data.pd b/pd/doc/7.stuff/data-structures/2.getting.data.pd index 123b869f..4b200052 100644 --- a/pd/doc/7.stuff/data-structures/2.getting.data.pd +++ b/pd/doc/7.stuff/data-structures/2.getting.data.pd @@ -1,40 +1,40 @@ -#N struct template2 float x float y float z float q; -#N canvas 363 11 630 603 12; -#X text 311 559 updated for Pd version 0.32.; +#N struct template2 float x float y float z float q float zz; +#N canvas 138 2 630 580 12; +#X text 345 543 updated for Pd version 0.32.; #N canvas 42 312 598 266 stuff 0; #X obj 353 159 pointer; #X obj 117 103 t b b b; #X msg 117 62 bang; #X obj 117 31 loadbang; -#X text 151 62 click here to re-initialize; -#X text 126 206 Explained later...; -#X msg 20 139 50 250 30 9 \, 200 200 -20 900 \, 100 200 -50 30; -#X obj 20 162 append template2 x y z q; +#X text 163 62 click here to re-initialize; +#X text 127 242 Explained later...; +#X obj 28 208 append template2 x y z q; #X msg 353 101 \; pd-data2 clear; #X msg 353 137 traverse pd-data2 \, bang; -#X connect 0 0 7 4; -#X connect 1 0 6 0; -#X connect 1 1 9 0; -#X connect 1 2 8 0; +#X msg 28 185 50 150 30 9 \, 200 100 -20 900 \, 100 100 -50 30; +#X connect 0 0 6 4; +#X connect 1 0 9 0; +#X connect 1 1 8 0; +#X connect 1 2 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; -#X connect 6 0 7 0; -#X connect 9 0 0 0; +#X connect 8 0 0 0; +#X connect 9 0 6 0; #X restore 506 310 pd stuff; #X text 506 242 subpatches:; #X obj 15 303 pointer; #X msg 27 271 next; #X text 75 301 <- object that outputs pointers to scalars; -#N canvas 13 22 345 271 data2 1; -#X scalar template2 53 202 30 9 \;; -#X scalar template2 203 152 -20 900 \;; -#X scalar template2 103 152 -50 30 \;; +#N canvas 13 22 307 198 data2 1; +#X scalar template2 50 150 30 9 0 \;; +#X scalar template2 200 100 -20 900 0 \;; +#X scalar template2 100 100 -50 30 0 \;; #X restore 506 265 pd data2; -#N canvas 15 278 554 155 template2 0; -#X obj 15 46 filledpolygon 244 q 5 0 0 20 z 40 0; +#N canvas 315 125 554 155 template2 1; #X text 13 79 The template for the two scalars \, as in the last patch ; -#X obj 15 21 struct template2 float x float y float z float q; +#X obj 15 46 filledpolygon 244 q 5 0 0 20 z 40 0; +#X obj 14 21 struct template2 float x float y float z float q; #X restore 506 288 pd template2; #X obj 15 355 get template2 x y z q; #X floatatom 15 384 5 0 0 0 - - -; @@ -43,7 +43,7 @@ #X floatatom 199 385 5 0 0 0 - - -; #X msg 15 246 traverse pd-data2; #X obj 59 330 print; -#X text 100 330 <- this gets a bang when we reach the end; +#X text 111 331 <- this gets a bang when we reach the end; #X text 211 353 <- this takes incoming pointers; #X text 214 367 and outputs the values of x \, y \, z \, and q.; #X text 172 245 <- go to head of list (click first); -- cgit v1.2.1