From cd7a9bdeef40533ff9ca185b24dafef2da4382f8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 12 Apr 2006 14:23:41 +0000 Subject: created some usable sketches svn path=/trunk/; revision=4886 --- doc/tutorials/intro/typing_conventions.pd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/tutorials/intro/typing_conventions.pd (limited to 'doc/tutorials/intro/typing_conventions.pd') diff --git a/doc/tutorials/intro/typing_conventions.pd b/doc/tutorials/intro/typing_conventions.pd new file mode 100644 index 00000000..5f3f8c2d --- /dev/null +++ b/doc/tutorials/intro/typing_conventions.pd @@ -0,0 +1,25 @@ +#N canvas 468 219 647 458 12; +#X obj -29 10 cnv 15 400 40 empty empty typing_conventions 20 12 0 +24 -228992 -66577 0; +#X text 17 160 an object is a word surrounded by two square brackets +; +#X text -18 135 [route] ==; +#X obj 95 136 route; +#X msg 106 203 my msg; +#X text -18 202 [my msg( ==; +#X text -18 290 You can even make ASCII patches:; +#X msg 344 310 bang; +#X obj 344 349 delay 500; +#X text -1 318 [bang(; +#X text 2 335 |; +#X text -1 351 [delay 500]; +#X text 2 371 |; +#X text 204 350 ==; +#X text -1 388 [print why?]; +#X obj 344 388 print why?; +#X text -26 72 When typing out various Pd elements \, there are a couple +conventions:; +#X text 17 230 an message is a word preceeded by an open square bracket +and terminated by an open parenthesis; +#X connect 7 0 8 0; +#X connect 8 0 15 0; -- cgit v1.2.1