From 031bb7332779aab0005947ea3d8f83ee6a4836bf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 7 Apr 2006 00:15:27 +0000 Subject: added lots of patches which are templates, semi-complete, or out of order svn path=/trunk/; revision=4829 --- doc/tutorials/intro/symbol_conversion.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/tutorials/intro/symbol_conversion.pd (limited to 'doc/tutorials/intro/symbol_conversion.pd') 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; -- cgit v1.2.1