aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/outlet_order.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-12 14:20:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-12 14:20:34 +0000
commitf6683a067d55086a64961fe5091de99184e32221 (patch)
tree2d3462a10059aaf9a76a5b3085b42ca8443fc5d8 /doc/tutorials/intro/outlet_order.pd
parent72de58112953525a46ab57c0510a8e71bdf03fa7 (diff)
minor fixes, updates, and wording updates
svn path=/trunk/; revision=4884
Diffstat (limited to 'doc/tutorials/intro/outlet_order.pd')
-rw-r--r--doc/tutorials/intro/outlet_order.pd22
1 files changed, 15 insertions, 7 deletions
diff --git a/doc/tutorials/intro/outlet_order.pd b/doc/tutorials/intro/outlet_order.pd
index d66ac559..d13b1d40 100644
--- a/doc/tutorials/intro/outlet_order.pd
+++ b/doc/tutorials/intro/outlet_order.pd
@@ -1,12 +1,20 @@
-#N canvas 0 22 458 308 12;
-#X text 121 112 <-- click here \,;
-#X obj 51 151 unpack float float float;
+#N canvas 298 70 628 444 12;
+#X text 198 212 <-- click here \,;
+#X obj 128 251 unpack float float float;
#X obj 8 10 cnv 15 400 40 empty empty outlet_order 20 12 0 24 -228992
-66577 0;
-#X msg 51 112 3 2 1;
-#X obj 28 193 print último;
-#X obj 315 193 print first;
-#X obj 167 193 print nächste;
+#X msg 128 212 3 2 1;
+#X obj 105 293 print último;
+#X obj 392 293 print first;
+#X obj 244 293 print nächste;
+#X text 18 363 There are occasional exceptions where it makes sense
+to break this convention. But you shouldn't do it unless it really
+is necessary. This will save you in the long run.;
+#X text 15 68 While there is nothing forcing you to output data to
+the outlets in any order \, Pd has a very strong convention for how
+data should be output from an object.;
+#X text 14 130 Just like the flow of programming in Pd \, the data
+should be output from right to left:;
#X connect 1 0 4 0;
#X connect 1 1 6 0;
#X connect 1 2 5 0;