aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-17 16:29:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-17 16:29:16 +0000
commite1a999bd9f3f36b91bfc1b5ea4508bf010ed05be (patch)
treed5ce7bf212b0fe31a32def64d5e2bdba055a0f3f /doc
parent50952c20a445ac43feaeaa1b77a7aeaefe878c7e (diff)
cleaned up and fixed patch so it works again with less weirdness
svn path=/trunk/; revision=10015
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorials/intro/50.pure_data_files.pd80
1 files changed, 44 insertions, 36 deletions
diff --git a/doc/tutorials/intro/50.pure_data_files.pd b/doc/tutorials/intro/50.pure_data_files.pd
index 9450b982..be5f1ec6 100644
--- a/doc/tutorials/intro/50.pure_data_files.pd
+++ b/doc/tutorials/intro/50.pure_data_files.pd
@@ -1,53 +1,61 @@
-#N canvas 10 40 620 460 10;
+#N canvas 10 40 620 500 10;
#X obj 191 249 textfile;
-#X obj 111 279 print all;
+#X obj 111 279 print LINE;
#X msg 191 213 rewind;
-#X obj 131 347 route canvas;
-#X obj 112 474 print width;
-#X obj 51 425 print Xpos;
-#X obj 81 450 print Ypos;
-#X obj 143 499 print heigth;
-#X obj 174 424 print fontsize;
-#X obj 51 394 unpack f f f f f;
-#X obj 295 427 s pd-clone;
+#X obj 171 355 route canvas;
+#X obj 54 458 print Xpos;
+#X obj 121 458 print Ypos;
+#X obj 344 397 s pd-clone;
#X obj 191 274 route #N #X;
#X obj 234 106 tgl 20 0 empty empty empty 0 -6 0 8 -24198 -1 -1 0 1
;
-#X msg 294 338 vis 1 \, clear;
+#X msg 344 338 vis 1 \, clear;
#X obj 142 174 + 1;
#X obj 100 174 float;
-#X obj 272 152 select 1;
+#X obj 344 152 select 1;
#X obj 98 150 metro 300;
#X text 35 54 Even .pd files use the same message format.;
#X text 34 75 Here is a patch that reads the file of this patch and
sends it to the "clone" subpatch \, making a clone:;
#X obj 8 10 cnv 15 400 40 empty empty pure_data_files 10 15 0 24 -228992
-66577 0;
-#X msg 317 214 read 46.pure_data_files.pd;
-#X obj 100 213 bang;
-#N canvas 10 40 620 460 clone 1;
+#X msg 389 214 read 50.pure_data_files.pd;
+#X msg 100 213 bang;
+#X msg 54 437 \$1;
+#X obj 171 377 list;
+#X msg 121 437 \$2;
+#X obj 189 458 print width;
+#X obj 263 458 print height;
+#X msg 263 437 \$4;
+#X msg 189 437 \$3;
+#X obj 222 309 route restore;
+#N canvas 630 40 620 500 clone 0;
#X restore 433 456 pd clone;
#X connect 0 0 1 0;
-#X connect 0 0 11 0;
-#X connect 0 1 12 0;
+#X connect 0 0 7 0;
+#X connect 0 1 8 0;
#X connect 2 0 0 0;
-#X connect 3 0 9 0;
-#X connect 9 0 5 0;
-#X connect 9 1 6 0;
-#X connect 9 2 4 0;
-#X connect 9 3 7 0;
-#X connect 9 4 8 0;
-#X connect 11 0 3 0;
-#X connect 11 1 10 0;
-#X connect 12 0 16 0;
+#X connect 3 0 20 0;
+#X connect 7 0 3 0;
+#X connect 7 1 26 0;
+#X connect 8 0 12 0;
+#X connect 8 0 13 0;
+#X connect 9 0 6 0;
+#X connect 10 0 11 1;
+#X connect 11 0 10 0;
+#X connect 11 0 18 0;
#X connect 12 0 17 0;
-#X connect 13 0 10 0;
-#X connect 14 0 15 1;
-#X connect 15 0 14 0;
-#X connect 15 0 22 0;
-#X connect 16 0 21 0;
-#X connect 16 0 2 0;
-#X connect 16 0 13 0;
-#X connect 17 0 15 0;
-#X connect 21 0 0 0;
-#X connect 22 0 0 0;
+#X connect 12 0 2 0;
+#X connect 12 0 9 0;
+#X connect 13 0 11 0;
+#X connect 17 0 0 0;
+#X connect 18 0 0 0;
+#X connect 19 0 4 0;
+#X connect 20 0 19 0;
+#X connect 20 0 21 0;
+#X connect 20 0 25 0;
+#X connect 20 0 24 0;
+#X connect 21 0 5 0;
+#X connect 24 0 23 0;
+#X connect 25 0 22 0;
+#X connect 26 1 6 0;