aboutsummaryrefslogtreecommitdiff
path: root/osc/packOSC-help.pd
blob: ad7ae4d226c6ac12ebe215761b6c7b2535aacc9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#N canvas 72 202 1060 651 12;
#X obj 281 414 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 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;
#X msg -38 59 send /*/left 22;
#X msg -13 84 send /?est/ 1;
#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
-1 0 1;
#X text 381 394 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;
#X text 529 161 s: string;
#X text 310 107 send a type-forced message;
#X msg 10 107 sendtyped /test/one/two/three sis zz 88 T;
#X msg 33 130 sendtyped /left/right TTiTIFNfisf 1.1 2.1 3.1 4.1 5.1
;
#X text 529 179 T: true (no argument);
#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 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 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 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
0;
#X text 577 520 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 353 299 current time plus 1 second (delay is in microseconds)
;
#X connect 1 0 5 0;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
#X connect 4 0 1 0;
#X connect 4 1 46 0;
#X connect 6 0 4 0;
#X connect 7 0 4 0;
#X connect 8 0 4 0;
#X connect 9 0 4 0;
#X connect 10 0 4 0;
#X connect 15 0 4 0;
#X connect 16 0 15 0;
#X connect 23 0 4 0;
#X connect 24 0 4 0;
#X connect 29 0 4 0;
#X connect 31 0 4 0;
#X connect 33 0 4 0;
#X connect 34 0 4 0;
#X connect 36 0 4 0;
#X connect 37 0 4 0;
#X connect 39 0 4 0;
#X connect 40 0 4 0;
#X connect 43 0 37 0;
#X connect 43 1 4 0;
#X connect 43 2 36 0;
#X connect 44 0 43 0;
#X connect 50 0 4 0;