aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/23.implied_selectors.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-08-17 18:34:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-08-17 18:34:24 +0000
commit20390a34beb221388014c29e5aefe30a55be60a3 (patch)
tree00298b26c3253e9017e9831d7e27d08a84a6a3e3 /doc/tutorials/intro/23.implied_selectors.pd
parent13a1eadd9c94e9446dcbc31e02324c7f048f718d (diff)
wrote implied_selectors and reset window locations
svn path=/trunk/; revision=8631
Diffstat (limited to 'doc/tutorials/intro/23.implied_selectors.pd')
-rw-r--r--doc/tutorials/intro/23.implied_selectors.pd70
1 files changed, 63 insertions, 7 deletions
diff --git a/doc/tutorials/intro/23.implied_selectors.pd b/doc/tutorials/intro/23.implied_selectors.pd
index 95df3fd4..d7f22b15 100644
--- a/doc/tutorials/intro/23.implied_selectors.pd
+++ b/doc/tutorials/intro/23.implied_selectors.pd
@@ -1,8 +1,64 @@
-#N canvas 10 40 624 464 12;
-#X obj 8 -33 cnv 15 400 40 empty empty implied_selectors 20 12 0 24
+#N canvas 10 40 620 460 12;
+#X obj 8 -29 cnv 15 400 40 empty empty implied_selectors 20 12 0 24
-228992 -66577 0;
-#X msg 151 137 1;
-#X msg 188 137 534 2334;
-#X msg 261 137 5 cats;
-#X text 19 83 In the case of messages whose first element is a numeric
-atom \, the selector is implied (either a "float" or a "list":;
+#X msg 246 123 534 2334;
+#X msg 322 123 5 cats;
+#X floatatom 260 194 5 0 0 0 - - -;
+#X symbolatom 308 193 10 0 0 0 - - -;
+#X obj 213 214 bng 15 250 50 0 empty empty bang -6 23 1 12 -262144
+-1 -1;
+#X obj 213 170 route bang float symbol list;
+#X obj 260 214 bng 15 250 50 0 empty empty float -4 23 1 12 -262144
+-1 -1;
+#X obj 308 214 bng 15 250 50 0 empty empty symbol -12 23 1 12 -262144
+-1 -1;
+#X obj 357 214 bng 15 250 50 0 empty empty list -2 23 1 12 -262144
+-1 -1;
+#X obj 406 214 bng 15 250 50 0 empty empty undefined -18 23 1 12 -262144
+-1 -1;
+#X msg 206 93 12;
+#X obj 42 353 list;
+#X obj 42 377 pddp/print;
+#X msg 42 324 list 1 2 3;
+#X obj 252 377 pddp/print;
+#X msg 252 324 float 9876;
+#X obj 252 353 float;
+#X msg 136 93 0.0003;
+#X msg 385 123 1 2 3 4 5 6 7 8 9;
+#X text 14 29 In the case of messages whose first element is a numeric
+atom \, the selector is implied (either a "float" or a "list"):;
+#X msg 76 93 -999;
+#X obj 142 377 pddp/print;
+#X obj 142 353 route list;
+#X msg 142 324 list 1 2 3 4;
+#X obj 353 377 pddp/print;
+#X floatatom 353 355 9 0 0 0 - - -;
+#X msg 353 324 float -0.9876;
+#X obj 472 377 pddp/print;
+#X msg 472 324 float 782.32;
+#X obj 472 353 trigger float;
+#X text 12 259 Most objects output using the implied selector \, even
+converting messages with an explicit "list" or "float" selector:;
+#X connect 1 0 6 0;
+#X connect 2 0 6 0;
+#X connect 3 0 7 0;
+#X connect 4 0 8 0;
+#X connect 6 0 5 0;
+#X connect 6 1 3 0;
+#X connect 6 2 4 0;
+#X connect 6 3 9 0;
+#X connect 6 4 10 0;
+#X connect 11 0 6 0;
+#X connect 12 0 13 0;
+#X connect 14 0 12 0;
+#X connect 16 0 17 0;
+#X connect 17 0 15 0;
+#X connect 18 0 6 0;
+#X connect 19 0 6 0;
+#X connect 21 0 6 0;
+#X connect 23 0 22 0;
+#X connect 24 0 23 0;
+#X connect 26 0 25 0;
+#X connect 27 0 26 0;
+#X connect 29 0 30 0;
+#X connect 30 0 28 0;