From ed7467d68cd79ef5438eac038e04027aa0442d1f Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 16 Sep 2008 21:24:26 +0000 Subject: cleaned up some more... svn path=/trunk/externals/mrpeach/; revision=10292 --- osc/packOSC-help.pd | 181 +++++++++++++++++++++++++++------------------------- 1 file changed, 93 insertions(+), 88 deletions(-) (limited to 'osc') diff --git a/osc/packOSC-help.pd b/osc/packOSC-help.pd index 1f63431..8c2f429 100644 --- a/osc/packOSC-help.pd +++ b/osc/packOSC-help.pd @@ -1,88 +1,93 @@ -#N canvas 0 430 1064 453 12; -#X obj 72 393 udpsend; -#X msg 102 368 disconnect; -#X msg 80 345 connect 127.0.0.1 9997; -#X obj 72 296 packOSC; -#X obj 72 428 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 30 27 send /west 35; -#X msg 212 54 send /*/left 22; -#X msg 360 54 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 596 201 send a type-forced message; -#X obj 387 381 routeOSC; -#X text 308 380 see also:; -#X msg 242 264 typetags \$1; -#X obj 242 247 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 -1; -#X text 349 264 typetags are on by default; -#X text 722 218 Useable types are:; -#X text 722 236 i: 32 bit integer; -#X text 722 254 f: 32-bit float; -#X text 722 272 s: string; -#X text 539 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 722 290 T: true (no argument); -#X text 722 308 F: false (no argument); -#X text 722 326 I: infinitum (no argument); -#X text 722 343 N: Nil (no argument); -#X msg 115 225 bufsize 100; -#X text 221 226 set buffer size (default is 64000 bytes); -#X msg 83 84 prefix /test; -#X text 200 83 set the OSC path prefix for subsequent messages; -#X msg 106 178 /left one two; -#X msg 98 157 /right 88; -#X text 189 156 'send' prefix is not required; -#X msg -37 105 [; -#X msg -95 129 ]; -#X text -55 128 close bundle; -#X msg 457 111 timetagoffset 0; -#X msg 464 130 timetagoffset -1; -#X text 602 110 send current time as timetag; -#X text 494 169 (timetags are sent in bundle messages only); -#X obj -95 71 t b a b; -#X msg -95 48 /test 5 6 7; -#X text 615 129 immediate time tag (default); -#X floatatom 130 323 5 0 0 0 - - -; -#X text 180 323 bundle depth; -#X obj 294 340 cnv 15 380 30 empty empty empty 20 12 0 14 -24198 -66577 -0; -#X text 270 421 2007/07/11 Martin Peach; -#X text 469 380 and http://opensoundcontrol.org/cnmat; -#X text 653 148 current time plus 1 second; -#X msg 472 149 timetagoffset 1e+06; -#X text 298 347 <- First open routeOSC-help \, then connect; -#X text 1 104 open a bundle (and generate time tag); -#X connect 0 0 4 0; -#X connect 1 0 0 0; -#X connect 2 0 0 0; -#X connect 3 0 0 0; -#X connect 3 1 46 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 15 0 3 0; -#X connect 16 0 15 0; -#X connect 23 0 3 0; -#X connect 24 0 3 0; -#X connect 29 0 3 0; -#X connect 31 0 3 0; -#X connect 33 0 3 0; -#X connect 34 0 3 0; -#X connect 36 0 3 0; -#X connect 37 0 3 0; -#X connect 39 0 3 0; -#X connect 40 0 3 0; -#X connect 43 0 37 0; -#X connect 43 1 3 0; -#X connect 43 2 36 0; -#X connect 44 0 43 0; -#X connect 52 0 3 0; +#N canvas 13 42 1032 644 12; +#X obj 304 520 udpsend; +#X msg 297 493 disconnect; +#X msg 275 471 connect 127.0.0.1 9997; +#X obj 304 419 packOSC; +#X obj 304 555 tgl 15 0 empty empty 1=connected 20 8 0 8 -4034 -257985 +-1 0 1; +#X msg -136 -41 send /test/one/two/three zz 88 T; +#X msg -90 5 send /test 1 2 3; +#X msg -113 -18 send /west 35; +#X msg -67 28 send /*/left 22; +#X msg -42 53 send /?est/ 1; +#X text -95 420 packOSC is like sendOSC except that it outputs a list +of floats instead of directly connecting to the network; +#X text 97 -41 send a type-guessed message; +#X obj 489 513 routeOSC; +#X text 410 512 see also:; +#X msg 292 387 typetags \$1; +#X obj 292 369 tgl 15 0 empty empty empty 17 7 0 10 -257985 -258113 +-1 0 1; +#X text 381 387 typetags are on by default; +#X text 642 80 Useable types are:; +#X text 642 98 i: 32 bit integer; +#X text 642 116 f: 32-bit float; +#X text 642 134 s: string; +#X text 281 76 send a type-forced message; +#X msg -19 76 sendtyped /test/one/two/three sis zz 88 T; +#X msg 50 145 sendtyped /left/right TTiTIFNfisf 1.1 2.1 3.1 4.1 5.1 +; +#X text 642 152 T: true (no argument); +#X text 642 170 F: false (no argument); +#X text 642 188 I: infinitum (no argument); +#X text 642 205 N: Nil (no argument); +#X msg 251 346 bufsize 100; +#X text 338 346 set buffer size (default is 64000 bytes); +#X msg 28 123 prefix /test; +#X text 123 122 set the OSC path prefix for subsequent messages; +#X msg 37 329 /left one two; +#X msg 5 100 /right 88; +#X text 78 100 'send' prefix is not required; +#X msg 24 173 [; +#X msg -22 174 ]; +#X text -112 175 close bundle; +#X msg 128 223 timetagoffset 0; +#X msg 151 246 timetagoffset -1; +#X text 241 223 send current time as timetag; +#X text 142 197 (timetags are sent in bundle messages only); +#X obj -22 150 t b a b; +#X msg -121 130 /test 5 6 7; +#X text 272 246 immediate time tag (default); +#X floatatom 350 446 5 0 0 0 - - -; +#X text 400 446 bundle depth; +#X obj 443 471 cnv 15 380 30 empty empty empty 20 12 0 14 -24198 -66577 +0; +#X text 571 512 and http://opensoundcontrol.org/cnmat; +#X msg 174 269 timetagoffset 1e+006; +#X text 447 478 <- First open routeOSC-help \, then connect; +#X text 55 172 open a bundle (and generate time tag); +#X text 83 552 2008/09/16 Martin Peach; +#X obj 392 540 packOSCstream; +#X text 357 539 see:; +#X text 492 540 for a way to send OSC over TCP or serial connections. +; +#X text 431 145 send a type-forced message.; +#X text 324 268 current time plus 1 second (delay is in microseconds) +; +#X connect 0 0 4 0; +#X connect 1 0 0 0; +#X connect 2 0 0 0; +#X connect 3 0 0 0; +#X connect 3 1 45 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 14 0 3 0; +#X connect 15 0 14 0; +#X connect 22 0 3 0; +#X connect 23 0 3 0; +#X connect 28 0 3 0; +#X connect 30 0 3 0; +#X connect 32 0 3 0; +#X connect 33 0 3 0; +#X connect 35 0 3 0; +#X connect 36 0 3 0; +#X connect 38 0 3 0; +#X connect 39 0 3 0; +#X connect 42 0 36 0; +#X connect 42 1 3 0; +#X connect 42 2 35 0; +#X connect 43 0 42 0; +#X connect 49 0 3 0; -- cgit v1.2.1