aboutsummaryrefslogtreecommitdiff
path: root/udpsend-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-23 11:54:21 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-23 11:54:21 +0000
commit010723cb02b26c608537fc537d5e963ff6402f9e (patch)
tree6cddfb30ce4d78777d45fabcda928cc1d88af458 /udpsend-help.pd
forked mrpeach's "net" svn2git-root
svn path=/trunk/externals/iem/iemnet/; revision=13240
Diffstat (limited to 'udpsend-help.pd')
-rw-r--r--udpsend-help.pd31
1 files changed, 31 insertions, 0 deletions
diff --git a/udpsend-help.pd b/udpsend-help.pd
new file mode 100644
index 0000000..0114f07
--- /dev/null
+++ b/udpsend-help.pd
@@ -0,0 +1,31 @@
+#N canvas 609 110 590 348 12;
+#X msg 72 182 disconnect;
+#X msg 16 59 connect 127.0.0.1 9997;
+#X obj 16 306 tgl 15 0 empty empty connected 20 7 0 8 -24198 -241291
+-1 1 1;
+#X text 220 60 <--first;
+#X msg 25 81 send 0 1 2 3;
+#X text 8 5 udpsend sends bytes over a udp connection.;
+#X text 8 28 Used in conjunction with packOSC will send OSC over udp
+;
+#X obj 16 283 udpsend;
+#X msg 32 103 send ../doc/5.reference/test.txt;
+#X obj 387 151 openpanel;
+#X msg 387 175 send \$1;
+#X obj 387 132 bng 15 250 50 0 empty empty empty 17 7 0 10 -24198 -241291
+-1;
+#X text 327 104 send a file;
+#X text 141 81 send raw data;
+#X text 410 130 ...any file;
+#X msg 40 126 99 98 97;
+#X text 361 311 Martin Peach 2007/06/20;
+#X text 120 126 'send' prefix is optional;
+#X connect 0 0 7 0;
+#X connect 1 0 7 0;
+#X connect 4 0 7 0;
+#X connect 7 0 2 0;
+#X connect 8 0 7 0;
+#X connect 9 0 10 0;
+#X connect 10 0 7 0;
+#X connect 11 0 9 0;
+#X connect 15 0 7 0;