[PD-cvs] externals/mrpeach/osc packOSC-help.pd,1.3,1.4

Martin Peach mrpeach at users.sourceforge.net
Mon Jun 4 23:18:57 CEST 2007


Update of /cvsroot/pure-data/externals/mrpeach/osc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30888

Modified Files:
	packOSC-help.pd 
Log Message:
added bufsize message


Index: packOSC-help.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/mrpeach/osc/packOSC-help.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** packOSC-help.pd	28 May 2007 00:48:12 -0000	1.3
--- packOSC-help.pd	4 Jun 2007 21:18:55 -0000	1.4
***************
*** 1,56 ****
! #N canvas 287 145 997 661 12;
! #X obj 72 541 udpsend;
! #X msg 136 486 disconnect;
! #X msg 136 457 connect 127.0.0.1 9997;
! #X obj 72 296 packOSC;
! #X obj 72 576 tgl 15 0 empty empty 1=connected 20 8 0 8 -262144 -1
! -1 1 1;
! #X msg 3 3 send /test/one/two/three zz 88 T;
! #X msg 54 54 send /test 1 2 3;
! #X msg 31 29 send /west 35;
! #X msg 72 82 send /*/left 22;
! #X msg 87 109 send /?est/ 1;
! #X msg 112 161 send /left one two;
! #X msg 100 135 send /right 88;
! #X text 140 288 packOSC is like sendOSC except that it outputs a list
! of floats instead of directly connecting to the network;
! #X text 279 4 send a type-guessed message;
! #X text 381 183 send a type-forced message;
! #X obj 420 69 routeOSC;
! #X text 341 69 see also:;
! #X msg 121 264 typetags \$1;
! #X obj 121 244 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
! 1;
! #X text 218 264 typetags are on by default;
! #X text 610 154 Useable types are:;
! #X text 610 172 i: 32 bit integer;
! #X text 610 190 f: 32-bit float;
! #X text 610 208 s: string;
! #X text 499 26 send a type-forced message;
! #X msg 164 27 sendtyped /test/one/two/three sis zz 88 T;
! #X msg 112 202 sendtyped /left/right TTiTIFNfisf 1.1 2.1 3.1 4.1 5.1
! ;
! #X text 610 226 T: true (no argument);
! #X text 610 244 F: false (no argument);
! #X text 610 262 I: infinitum (no argument);
! #X text 334 407 2007/02/15 Martin Peach;
! #X obj 72 408 list prepend send;
! #X obj 72 434 list trim;
! #X text 610 279 N: Nil (no argument);
! #X connect 0 0 4 0;
! #X connect 1 0 0 0;
! #X connect 2 0 0 0;
! #X connect 3 0 31 0;
! #X connect 5 0 3 0;
! #X connect 6 0 3 0;
! #X connect 7 0 3 0;
! #X connect 8 0 3 0;
! #X connect 9 0 3 0;
! #X connect 10 0 3 0;
! #X connect 11 0 3 0;
! #X connect 17 0 3 0;
! #X connect 18 0 17 0;
! #X connect 25 0 3 0;
! #X connect 26 0 3 0;
! #X connect 31 0 32 0;
! #X connect 32 0 0 0;
--- 1,59 ----
! #N canvas 283 145 997 661 12;
! #X obj 72 541 udpsend;
! #X msg 136 486 disconnect;
! #X msg 136 457 connect 127.0.0.1 9997;
! #X obj 72 296 packOSC;
! #X obj 72 576 tgl 15 0 empty empty 1=connected 20 8 0 8 -262144 -1
! -1 0 1;
! #X msg 3 3 send /test/one/two/three zz 88 T;
! #X msg 54 54 send /test 1 2 3;
! #X msg 31 29 send /west 35;
! #X msg 72 82 send /*/left 22;
! #X msg 87 109 send /?est/ 1;
! #X msg 112 161 send /left one two;
! #X msg 100 135 send /right 88;
! #X text 140 288 packOSC is like sendOSC except that it outputs a list
! of floats instead of directly connecting to the network;
! #X text 279 4 send a type-guessed message;
! #X text 381 183 send a type-forced message;
! #X obj 420 69 routeOSC;
! #X text 341 69 see also:;
! #X msg 121 264 typetags \$1;
! #X obj 121 247 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
! 1;
! #X text 228 264 typetags are on by default;
! #X text 638 135 Useable types are:;
! #X text 638 153 i: 32 bit integer;
! #X text 638 171 f: 32-bit float;
! #X text 638 189 s: string;
! #X text 539 28 send a type-forced message;
! #X msg 164 27 sendtyped /test/one/two/three sis zz 88 T;
! #X msg 112 202 sendtyped /left/right TTiTIFNfisf 1.1 2.1 3.1 4.1 5.1
! ;
! #X text 638 207 T: true (no argument);
! #X text 638 225 F: false (no argument);
! #X text 638 243 I: infinitum (no argument);
! #X obj 72 408 list prepend send;
! #X obj 72 434 list trim;
! #X text 638 260 N: Nil (no argument);
! #X msg 115 225 bufsize 100;
! #X text 221 226 set buffer size (default is 64000 bytes);
! #X text 462 529 2007/06/04 Martin Peach;
! #X connect 0 0 4 0;
! #X connect 1 0 0 0;
! #X connect 2 0 0 0;
! #X connect 3 0 30 0;
! #X connect 5 0 3 0;
! #X connect 6 0 3 0;
! #X connect 7 0 3 0;
! #X connect 8 0 3 0;
! #X connect 9 0 3 0;
! #X connect 10 0 3 0;
! #X connect 11 0 3 0;
! #X connect 17 0 3 0;
! #X connect 18 0 17 0;
! #X connect 25 0 3 0;
! #X connect 26 0 3 0;
! #X connect 30 0 31 0;
! #X connect 31 0 0 0;
! #X connect 33 0 3 0;





More information about the Pd-cvs mailing list