aboutsummaryrefslogtreecommitdiff
path: root/udpreceive-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-10-06 20:06:21 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-10-06 20:06:21 +0000
commitbc78751467c86bbb07344d505617beeef9cd27b7 (patch)
treedb67004e5a1058f54c44246357163a4a38dc370f /udpreceive-help.pd
parent5518ff1a7de6a709ce83c4a2aadfe06d14bdd60a (diff)
more iemnet specifics
svn path=/trunk/externals/iem/iemnet/; revision=14202
Diffstat (limited to 'udpreceive-help.pd')
-rw-r--r--udpreceive-help.pd69
1 files changed, 50 insertions, 19 deletions
diff --git a/udpreceive-help.pd b/udpreceive-help.pd
index a906e52..56c3ef5 100644
--- a/udpreceive-help.pd
+++ b/udpreceive-help.pd
@@ -1,19 +1,50 @@
-#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;
+#N canvas 187 317 478 280 12;
+#X floatatom 158 142 3 0 0 0 - - -;
+#X floatatom 185 142 3 0 0 0 - - -;
+#X floatatom 212 142 3 0 0 0 - - -;
+#X floatatom 239 142 3 0 0 0 - - -;
+#X text 115 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 267 142 5 0 0 0 - - -;
+#X obj 158 116 unpack 0 0 0 0 0;
+#X msg 107 50 port 8888;
+#X text 182 48 change the port;
+#X text 34 229 copyright (c) 2008 Martin Peach;
+#X text 34 249 copyright (c) 2010 IOhannes m zmoelnig (for iemnet)
+;
+#N canvas 3 45 450 300 get.info 0;
+#X text 29 31 NOTE outlet #2 is for compatibility with mrpeach's net
+objects. you can get all info (and more) via outlet #3 as well.;
+#X obj 40 95 inlet outlet#3;
+#X obj 40 119 route address;
+#X floatatom 190 177 3 0 0 0 - - -;
+#X floatatom 217 177 3 0 0 0 - - -;
+#X floatatom 244 177 3 0 0 0 - - -;
+#X floatatom 271 177 3 0 0 0 - - -;
+#X text 147 176 from;
+#X floatatom 299 177 5 0 0 0 - - -;
+#X obj 190 151 unpack 0 0 0 0 0;
+#X obj 35 213 route port;
+#X floatatom 197 245 5 0 0 0 - - -;
+#X text 236 244 listening port;
+#X connect 1 0 2 0;
+#X connect 2 0 9 0;
+#X connect 2 1 10 0;
+#X connect 9 0 3 0;
+#X connect 9 1 4 0;
+#X connect 9 2 5 0;
+#X connect 9 3 6 0;
+#X connect 9 4 8 0;
+#X connect 10 0 11 0;
+#X restore 317 110 pd get.info;
+#X connect 6 0 5 0;
+#X connect 6 1 9 0;
+#X connect 6 2 14 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;
+#X connect 10 0 6 0;