aboutsummaryrefslogtreecommitdiff
path: root/osc
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2009-06-08 22:33:50 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2009-06-08 22:33:50 +0000
commit8d70215871ebc85f79fd306a859f3c67960d5560 (patch)
tree7aeeba85149e22ea150ca54bbe15d8f8b65b3576 /osc
parentec84aa2cfa89b16955ff664b8a68f3d1f612742f (diff)
Added blob type
svn path=/trunk/externals/mrpeach/; revision=11720
Diffstat (limited to 'osc')
-rw-r--r--osc/packOSC-help.pd68
1 files changed, 37 insertions, 31 deletions
diff --git a/osc/packOSC-help.pd b/osc/packOSC-help.pd
index ad7ae4d..3fb2749 100644
--- a/osc/packOSC-help.pd
+++ b/osc/packOSC-help.pd
@@ -1,12 +1,12 @@
-#N canvas 72 202 1060 651 12;
-#X obj 281 414 cnv 15 100 40 empty empty empty 20 12 0 14 -4034 -66577
+#N canvas 442 180 1141 651 12;
+#X obj 301 434 cnv 15 100 40 empty empty empty 20 12 0 14 -4034 -66577
0;
-#X obj 310 528 udpsend;
-#X msg 303 501 disconnect;
-#X msg 281 479 connect 127.0.0.1 9997;
-#X obj 310 427 packOSC;
-#X obj 310 563 tgl 15 0 empty empty 1=connected 20 8 0 8 -4034 -257985
--1 0 1;
+#X obj 330 548 udpsend;
+#X msg 323 521 disconnect;
+#X msg 301 499 connect 127.0.0.1 9997;
+#X obj 330 447 packOSC;
+#X obj 330 583 tgl 15 0 empty empty 1=connected 20 8 0 8 -4034 -257985
+-1 1 1;
#X msg -130 -33 send /test/one/two/three zz 88 T;
#X msg -84 13 send /test 1 2 3;
#X msg -107 -10 send /west 35;
@@ -15,12 +15,12 @@
#X text 293 13 packOSC is like sendOSC except that it outputs a list
of floats instead of directly connecting to the network;
#X text 103 -33 send a type-guessed message;
-#X obj 495 521 routeOSC;
-#X text 416 520 see also:;
-#X msg 298 395 typetags \$1;
-#X obj 298 377 tgl 15 0 empty empty empty 17 7 0 10 -257985 -258113
+#X obj 515 541 routeOSC;
+#X text 436 540 see also:;
+#X msg 318 415 typetags \$1;
+#X obj 318 397 tgl 15 0 empty empty empty 17 7 0 10 -257985 -258113
-1 0 1;
-#X text 381 394 typetags are on by default;
+#X text 401 414 typetags are on by default;
#X text 529 107 Useable types are:;
#X text 529 125 i: 32 bit integer;
#X text 529 143 f: 32-bit float;
@@ -33,38 +33,43 @@ of floats instead of directly connecting to the network;
#X text 529 197 F: false (no argument);
#X text 529 215 I: infinitum (no argument);
#X text 529 232 N: Nil (no argument);
-#X msg 257 354 bufsize 100;
-#X text 344 354 set buffer size (default is 64000 bytes);
+#X msg 277 374 bufsize 100;
+#X text 364 374 set buffer size (default is 64000 bytes);
#X msg 79 176 prefix /test;
#X text 174 175 set the OSC path prefix for subsequent messages;
#X msg -61 36 /left one two;
#X msg 56 153 /right 88;
#X text 129 153 'send' prefix is not required;
-#X msg 27 210 [;
-#X msg -19 211 ];
-#X text -109 212 close bundle;
+#X msg 55 209 [;
+#X msg 9 210 ];
+#X text -81 211 close bundle;
#X msg 157 254 timetagoffset 0;
#X msg 180 277 timetagoffset -1;
#X text 270 254 send current time as timetag;
-#X text 135 231 (timetags are sent in bundle messages only);
-#X obj -19 187 t b a b;
-#X msg -118 167 /test 5 6 7;
+#X text 135 229 (timetags are sent in bundle messages only);
+#X obj 9 186 t b a b;
+#X msg -90 166 /test 5 6 7;
#X text 301 277 immediate time tag (default);
-#X floatatom 356 456 5 0 0 0 - - -;
-#X text 406 456 bundle depth;
-#X obj 449 479 cnv 15 380 30 empty empty empty 20 12 0 14 -24198 -66577
+#X floatatom 376 476 5 0 0 0 - - -;
+#X text 426 476 bundle depth;
+#X obj 469 499 cnv 15 380 30 empty empty empty 20 12 0 14 -24198 -66577
0;
-#X text 577 520 and http://opensoundcontrol.org/cnmat;
+#X text 597 540 and http://opensoundcontrol.org/cnmat;
#X msg 203 300 timetagoffset 1e+006;
-#X text 453 486 <- First open routeOSC-help \, then connect;
-#X text 58 209 open a bundle (and generate time tag);
-#X text 89 560 2008/09/16 Martin Peach;
-#X obj 398 548 packOSCstream;
-#X text 363 547 see:;
-#X text 498 548 for a way to send OSC over TCP or serial connections.
+#X text 473 506 <- First open routeOSC-help \, then connect;
+#X text 85 210 open a bundle (and generate time tag);
+#X obj 418 568 packOSCstream;
+#X text 383 567 see:;
+#X text 518 568 for a way to send OSC over TCP or serial connections.
;
#X text 353 299 current time plus 1 second (delay is in microseconds)
;
+#X text -75 570 2009_06_08 Martin Peach;
+#X text 529 248 b: blob (a list of bytes \, or floats on [0..255])
+;
+#X text 659 341 send a blob;
+#X msg 253 334 sendtyped /left b 0 1 2 3 124 125 126 127 128 129 255
+254 253 252 -14 -15 -16 17 18 19 20 21 22 23 24 25 26 27 28;
#X connect 1 0 5 0;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
@@ -92,3 +97,4 @@ of floats instead of directly connecting to the network;
#X connect 43 2 36 0;
#X connect 44 0 43 0;
#X connect 50 0 4 0;
+#X connect 60 0 4 0;