Update of /cvsroot/pure-data/externals/mrpeach/net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20672
Modified Files: udpsend-help.pd Log Message: added send filename
Index: udpsend-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/mrpeach/net/udpsend-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** udpsend-help.pd 16 Aug 2006 20:22:21 -0000 1.1 --- udpsend-help.pd 7 Nov 2006 21:57:30 -0000 1.2 *************** *** 1,16 **** ! #N canvas 58 443 538 316 12; ! #X msg 177 158 disconnect; ! #X msg 171 96 connect 127.0.0.1 9997; ! #X obj 171 207 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 ! 1; ! #X text 375 97 <--first; ! #X msg 67 129 send 0 1 2 3; ! #X text 10 38 udpsend sends bytes over a udp connection.; ! #X text 10 61 Used in conjunction with packOSC will send OSC over udp ! ; ! #X obj 171 184 udpsend; ! #X text 236 259 Martin Peach 2006/04/21; ! #X connect 0 0 7 0; ! #X connect 1 0 7 0; ! #X connect 4 0 7 0; ! #X connect 7 0 2 0; --- 1,28 ---- ! #N canvas 609 110 590 348 12; ! #X msg 145 161 disconnect; ! #X msg 169 63 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 373 64 <--first; ! #X msg 16 128 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 186 93 send ../doc/5.reference/test.txt; ! #X obj 331 138 openpanel; ! #X msg 331 162 send $1; ! #X obj 331 119 bng 15 250 50 0 empty empty empty 17 7 0 10 -24198 -241291 ! -1; ! #X text 452 92 send a file; ! #X text 121 127 send raw data; ! #X text 413 137 ...any file; ! #X text 234 226 Martin Peach 2006/11/07; ! #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;