aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/50.multiple_messages.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-08-17 00:14:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-08-17 00:14:27 +0000
commit9c5ec6b643268469a3396b86506d24fbf8e0e8ae (patch)
tree37aa31a85a8a2b8a0e3c9f845c34e942bceb922c /doc/tutorials/intro/50.multiple_messages.pd
parenta9944916b020ce60fde258365f98981a690c727c (diff)
an attempt to smooth out the order, let's hope CVS doesn't choke on all the adds and removes
svn path=/trunk/; revision=8607
Diffstat (limited to 'doc/tutorials/intro/50.multiple_messages.pd')
-rw-r--r--doc/tutorials/intro/50.multiple_messages.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tutorials/intro/50.multiple_messages.pd b/doc/tutorials/intro/50.multiple_messages.pd
new file mode 100644
index 00000000..c20cae95
--- /dev/null
+++ b/doc/tutorials/intro/50.multiple_messages.pd
@@ -0,0 +1,18 @@
+#N canvas 10 40 620 460 12;
+#X obj -49 6 cnv 15 400 40 empty empty multiple_messages 20 12 0 24
+-228992 -66577 0;
+#X text -42 70 You can send multiple messages in one message box by
+separating them with commas:;
+#X msg 7 161 1 \, 2 \, 3;
+#X text 102 175 these each print on a new line;
+#X msg 7 263 first 1 \, second 2 \, third 3;
+#X obj 7 308 route first second third;
+#X floatatom 7 335 5 0 0 0 - - -;
+#X floatatom 85 335 5 0 0 0 - - -;
+#X floatatom 163 335 5 0 0 0 - - -;
+#X obj 7 195 print;
+#X connect 2 0 9 0;
+#X connect 4 0 5 0;
+#X connect 5 0 6 0;
+#X connect 5 1 7 0;
+#X connect 5 2 8 0;