aboutsummaryrefslogtreecommitdiff
path: root/osc/packOSC-help.pd
blob: e6d92ff0cac3ac5febe3fe0712b44dbf976667fd (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
#N canvas 306 39 997 661 12;
#X obj 72 541 udpsend;
#X msg 136 486 disconnect;
#X msg 136 457 connect 127.0.0.1 9997;
#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;
#X msg 31 29 send /west 35;
#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;
#X text 341 69 see also:;
#X msg 121 264 typetags \$1;
#X obj 121 247 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 228 264 typetags are on by default;
#X text 638 135 Useable types are:;
#X text 638 153 i: 32 bit integer;
#X text 638 171 f: 32-bit float;
#X text 638 189 s: string;
#X text 539 28 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 638 207 T: true (no argument);
#X text 638 225 F: false (no argument);
#X text 638 243 I: infinitum (no argument);
#X obj 72 408 list prepend send;
#X obj 72 434 list trim;
#X text 638 260 N: Nil (no argument);
#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;
#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 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;