aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/symbol_conversion.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-07 00:15:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-07 00:15:27 +0000
commit031bb7332779aab0005947ea3d8f83ee6a4836bf (patch)
tree06cb5b68482f175c0bfcbb3d09748b5c593c1e9f /doc/tutorials/intro/symbol_conversion.pd
parentffdec4f8e9fb469c7e8c09fb09efd4aa891f77b3 (diff)
added lots of patches which are templates, semi-complete, or out of order
svn path=/trunk/; revision=4829
Diffstat (limited to 'doc/tutorials/intro/symbol_conversion.pd')
-rw-r--r--doc/tutorials/intro/symbol_conversion.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/tutorials/intro/symbol_conversion.pd b/doc/tutorials/intro/symbol_conversion.pd
new file mode 100644
index 00000000..63c1446b
--- /dev/null
+++ b/doc/tutorials/intro/symbol_conversion.pd
@@ -0,0 +1,20 @@
+#N canvas 68 53 638 461 12;
+#X obj 10 -38 cnv 15 400 40 empty empty symbol_conversion 20 12 0 24
+-228992 -66577 0;
+#X symbolatom 73 319 10 0 0 0 - - -;
+#X text 12 27 A symbolic atom is not the same thing as a symbol message.
+This is a key distinction which becomes especially relevant when processing
+more complicated messages.;
+#X msg 32 169 nope;
+#X obj 90 272 symbol;
+#X msg 90 226 yes;
+#X text 90 169 <-- click and look at Pd window;
+#X text 11 95 In addition to being a storage object \, [symbol] also
+serves as a conversion object. Many objects only receive symbolic data
+in the form of a symbol message.;
+#X text 186 319 <-- expects a symbol message;
+#X text 159 274 <-- converts symbolic input to symbol message;
+#X text 139 225 <-- click to see this one get converted;
+#X connect 3 0 1 0;
+#X connect 4 0 1 0;
+#X connect 5 0 4 0;