From 64fdb009695828b788fce074135b20a5e52c5fc4 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 23 Sep 2003 00:21:28 +0000 Subject: imported version 0.37-0 svn path=/trunk/; revision=1016 --- pd/doc/7.stuff/data-structures/2.getting.data.pd | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 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 bebd7371..123b869f 100644 --- a/pd/doc/7.stuff/data-structures/2.getting.data.pd +++ b/pd/doc/7.stuff/data-structures/2.getting.data.pd @@ -1,3 +1,4 @@ +#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 canvas 42 312 598 266 stuff 0; @@ -25,18 +26,21 @@ #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 \;; #X restore 506 265 pd data2; -#N canvas 15 278 427 138 template2 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; +#N canvas 15 278 554 155 template2 0; +#X obj 15 46 filledpolygon 244 q 5 0 0 20 z 40 0; #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 restore 506 288 pd template2; #X obj 15 355 get template2 x y z q; -#X floatatom 15 384 5 0 0; -#X floatatom 76 384 5 0 0; -#X floatatom 137 384 5 0 0; -#X floatatom 199 385 5 0 0; +#X floatatom 15 384 5 0 0 0 - - -; +#X floatatom 76 384 5 0 0 0 - - -; +#X floatatom 137 384 5 0 0 0 - - -; +#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; -- cgit v1.2.1