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

Martin Peach mrpeach at users.sourceforge.net
Wed Jun 20 23:15:07 CEST 2007


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

Modified Files:
	packOSC-help.pd 
Log Message:
Updated with "prefix" and send without "send" 


Index: packOSC-help.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/mrpeach/osc/packOSC-help.pd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** packOSC-help.pd	4 Jun 2007 21:18:55 -0000	1.4
--- packOSC-help.pd	20 Jun 2007 21:15:05 -0000	1.5
***************
*** 1,3 ****
! #N canvas 283 145 997 661 12;
  #X obj 72 541 udpsend;
  #X msg 136 486 disconnect;
--- 1,3 ----
! #N canvas 306 39 997 661 12;
  #X obj 72 541 udpsend;
  #X msg 136 486 disconnect;
***************
*** 5,9 ****
  #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;
--- 5,9 ----
  #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;
***************
*** 11,19 ****
  #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;
--- 11,17 ----
  #X msg 72 82 send /*/left 22;
  #X msg 87 109 send /?est/ 1;
  #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 299 2 send a type-guessed message;
  #X text 381 183 send a type-forced message;
  #X obj 420 69 routeOSC;
***************
*** 39,47 ****
  #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;
--- 37,50 ----
  #X msg 115 225 bufsize 100;
  #X text 221 226 set buffer size (default is 64000 bytes);
! #X msg 267 105 prefix /test;
! #X text 384 106 set the OSC path prefix for subsequent messages;
! #X msg 112 161 /left one two;
! #X msg 100 135 /right 88;
! #X text 191 136 'send' prefix is not required;
! #X text 462 529 2007/06/20 Martin Peach;
  #X connect 0 0 4 0;
  #X connect 1 0 0 0;
  #X connect 2 0 0 0;
! #X connect 3 0 28 0;
  #X connect 5 0 3 0;
  #X connect 6 0 3 0;
***************
*** 49,59 ****
  #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;
--- 52,63 ----
  #X connect 8 0 3 0;
  #X connect 9 0 3 0;
! #X connect 15 0 3 0;
! #X connect 16 0 15 0;
! #X connect 23 0 3 0;
! #X connect 24 0 3 0;
! #X connect 28 0 29 0;
! #X connect 29 0 0 0;
! #X connect 31 0 3 0;
  #X connect 33 0 3 0;
+ #X connect 35 0 3 0;
+ #X connect 36 0 3 0;





More information about the Pd-cvs mailing list