aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/18.selectors.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 09:55:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 09:55:18 +0000
commit745e044f328bc32a9be4449cc00e3e6c7370df15 (patch)
tree61184e19612b7645a1dd999e8685d50de20c2d00 /doc/tutorials/intro/18.selectors.pd
parent7e400077fc504100acf30b33c7eb7685a95320fc (diff)
small fixes and tweaks based on Carl-Johann's feedback
svn path=/trunk/; revision=4932
Diffstat (limited to 'doc/tutorials/intro/18.selectors.pd')
-rw-r--r--doc/tutorials/intro/18.selectors.pd10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tutorials/intro/18.selectors.pd b/doc/tutorials/intro/18.selectors.pd
index 6a589ef4..eafd6f32 100644
--- a/doc/tutorials/intro/18.selectors.pd
+++ b/doc/tutorials/intro/18.selectors.pd
@@ -1,4 +1,4 @@
-#N canvas 10 40 624 464 12;
+#N canvas 10 40 628 468 12;
#X obj 8 -33 cnv 15 400 40 empty empty selectors 20 12 0 24 -228992
-66577 0;
#N canvas 10 40 620 460 object 0;
@@ -19,12 +19,12 @@ element in the message. It tells the object which receives that message
what to do with it. A selector is basically like a command or a function.
;
#X text 22 319 Here's the technical definition:;
-#X text 22 350 The selector is a symbolic atom \, which is a non-numeric
-string with no white space \, semicolons \, or commas. In the case
-of messages whose first element is a numeric atom \, the selector is
-implied.;
#X text 220 129 <-- "output-left" is the selector;
#X text 250 179 <-- "output-right" is the selector;
+#X text 22 350 The selector is a symbolic atom \, which is a non-numeric
+string with no white space \, semicolons \, or commas. In the case
+of messages whose first element is a numeric atom \, the "float" selector
+is implied.;
#X connect 1 0 2 0;
#X connect 1 1 3 0;
#X connect 4 0 1 0;