aboutsummaryrefslogtreecommitdiff
path: root/osc/packOSC-help.pd
blob: 8c2f429e38a7c5e3b7bab85d1578a201643a6b57 (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
#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;