aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/20.selectors.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:17:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:17:13 +0000
commit592c2d0ec1530d5a06d16b8d96fd5ca694d7864c (patch)
tree5bcbb8845292f74e0accc1cc00d70f341f2c84dc /doc/tutorials/intro/20.selectors.pd
parent7d3731fb32ee97e4fb30a853e6aa9cbcf135e83c (diff)
inserted a patch on how to build messages using add, add2, and set since its used in later examples
svn path=/trunk/; revision=4934
Diffstat (limited to 'doc/tutorials/intro/20.selectors.pd')
-rw-r--r--doc/tutorials/intro/20.selectors.pd31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/tutorials/intro/20.selectors.pd b/doc/tutorials/intro/20.selectors.pd
deleted file mode 100644
index eafd6f32..00000000
--- a/doc/tutorials/intro/20.selectors.pd
+++ /dev/null
@@ -1,31 +0,0 @@
-#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;
-#X obj 79 36 inlet;
-#X obj 86 270 outlet;
-#X obj 308 267 outlet;
-#X obj 71 131 route output-left output-right;
-#X connect 0 0 3 0;
-#X connect 3 0 1 0;
-#X connect 3 1 2 0;
-#X restore 51 224 pd object;
-#X floatatom 51 277 5 0 0 0 - - -;
-#X floatatom 136 277 5 0 0 0 - - -;
-#X msg 83 178 output-right 309;
-#X msg 50 128 output-left 8675;
-#X text 9 24 Every message has a selector. The selector is the first
-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 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;
-#X connect 5 0 1 0;