aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/networking/08.wildcard_messages.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-18 18:47:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-18 18:47:40 +0000
commit40519d4525b5fcad5362c665758c766fc3b4b118 (patch)
treefa8dcba402aa40e16643ff368118c10a8bf91215 /doc/tutorials/networking/08.wildcard_messages.pd
parentc74d528d30aa0623e5e00069d4521bb683564756 (diff)
- QA'ed tutorial patches to make sure that the objects all load, and that the
patches are all the same size and location svn path=/trunk/; revision=10034
Diffstat (limited to 'doc/tutorials/networking/08.wildcard_messages.pd')
-rw-r--r--doc/tutorials/networking/08.wildcard_messages.pd40
1 files changed, 21 insertions, 19 deletions
diff --git a/doc/tutorials/networking/08.wildcard_messages.pd b/doc/tutorials/networking/08.wildcard_messages.pd
index 0f13f8d7..83e41f6e 100644
--- a/doc/tutorials/networking/08.wildcard_messages.pd
+++ b/doc/tutorials/networking/08.wildcard_messages.pd
@@ -1,4 +1,6 @@
-#N canvas 235 112 656 476 10;
+#N canvas 10 40 620 460 10;
+#X declare -lib libdir;
+#X obj 468 43 import oscx;
#X obj 8 10 cnv 15 400 40 empty empty wildcard_messages 20 12 0 24
-228992 -66577 0;
#X text 300 212 <-- notice the * in the pattern;
@@ -29,21 +31,21 @@ in the messages that you are sending. In this example \, the wildcard
allows one message to reach three instruments:;
#X msg 220 250 /inst4/note F;
#X text 322 249 <-- there is no /inst4 in [OSCroute];
-#X connect 2 0 8 0;
-#X connect 3 0 8 0;
-#X connect 4 0 8 0;
-#X connect 6 0 7 0;
-#X connect 7 0 17 0;
-#X connect 8 0 10 0;
-#X connect 8 1 13 0;
-#X connect 8 2 16 0;
-#X connect 8 3 5 0;
-#X connect 9 0 8 0;
-#X connect 10 0 6 0;
-#X connect 11 0 12 0;
-#X connect 12 0 18 0;
-#X connect 13 0 11 0;
-#X connect 14 0 15 0;
-#X connect 15 0 19 0;
-#X connect 16 0 14 0;
-#X connect 21 0 8 0;
+#X connect 3 0 9 0;
+#X connect 4 0 9 0;
+#X connect 5 0 9 0;
+#X connect 7 0 8 0;
+#X connect 8 0 18 0;
+#X connect 9 0 11 0;
+#X connect 9 1 14 0;
+#X connect 9 2 17 0;
+#X connect 9 3 6 0;
+#X connect 10 0 9 0;
+#X connect 11 0 7 0;
+#X connect 12 0 13 0;
+#X connect 13 0 19 0;
+#X connect 14 0 12 0;
+#X connect 15 0 16 0;
+#X connect 16 0 20 0;
+#X connect 17 0 15 0;
+#X connect 22 0 9 0;