aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2008-11-05 19:35:09 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2008-11-05 19:35:09 +0000
commita093a809babb1eb501e6323031f98f2d2e618031 (patch)
tree2970555a06ea69882364315e403a21fdb25acebe
parent923bba14928a4053b664551e5f54acde719ec79f (diff)
Updated to add port number on ip (right) outlet
svn path=/trunk/externals/mrpeach/; revision=10363
-rw-r--r--net/udpreceive-help.pd36
1 files changed, 19 insertions, 17 deletions
diff --git a/net/udpreceive-help.pd b/net/udpreceive-help.pd
index b86e734..a906e52 100644
--- a/net/udpreceive-help.pd
+++ b/net/udpreceive-help.pd
@@ -1,17 +1,19 @@
-#N canvas 658 564 478 294 12;
-#X obj 222 119 unpack 0 0 0 0;
-#X floatatom 222 142 3 0 0 0 - - -;
-#X floatatom 257 142 3 0 0 0 - - -;
-#X floatatom 293 142 3 0 0 0 - - -;
-#X floatatom 329 142 3 0 0 0 - - -;
-#X text 179 141 from;
-#X obj 107 194 print message;
-#X obj 107 91 udpreceive 9997;
-#X text 32 16 udpreceive receives bytes over a udp connection.;
-#X text 265 235 Martin Peach 2006/04/21;
-#X connect 0 0 1 0;
-#X connect 0 1 2 0;
-#X connect 0 2 3 0;
-#X connect 0 3 4 0;
-#X connect 7 0 6 0;
-#X connect 7 1 0 0;
+#N canvas 187 585 478 280 12;
+#X floatatom 209 142 3 0 0 0 - - -;
+#X floatatom 236 142 3 0 0 0 - - -;
+#X floatatom 263 142 3 0 0 0 - - -;
+#X floatatom 290 142 3 0 0 0 - - -;
+#X text 166 141 from;
+#X obj 107 186 print message;
+#X obj 107 91 udpreceive 9997;
+#X text 32 16 udpreceive receives bytes over a udp connection.;
+#X floatatom 318 142 5 0 0 0 - - -;
+#X obj 209 116 unpack 0 0 0 0 0;
+#X text 265 235 Martin Peach 2008/11/05;
+#X connect 6 0 5 0;
+#X connect 6 1 9 0;
+#X connect 9 0 0 0;
+#X connect 9 1 1 0;
+#X connect 9 2 2 0;
+#X connect 9 3 3 0;
+#X connect 9 4 8 0;