aboutsummaryrefslogtreecommitdiff
path: root/sendOSC-help.pd
blob: f0c92a113aa041aae5e817c22465d25e80736580 (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
#N canvas 496 472 856 475 10;
#X obj 59 396 sendOSC;
#X floatatom 59 423 5 0 0 0 - - -;
#X msg 44 119 disconnect;
#X msg 79 163 send /test/bla 1 2 3;
#X msg 26 93 connect localhost 9999;
#X msg 91 187 send /ix/bli 4 fuenf 6;
#X msg 103 211 send /yps/blo 7.8 9.1 zehnkommaelf;
#X text 8 142 ========================================;
#X msg 274 92 connect localhost 10001;
#X msg 149 301 typetags 1;
#X msg 144 333 typetags 0;
#X text 475 112 typetags;
#X text 475 129 sendOSC now by default uses;
#X text 477 145 typetags.;
#X text 477 166 dumOSC on the other hand;
#X text 477 186 should be able to interpret;
#X text 478 208 this.;
#X text 474 93 new (or again):;
#X msg 423 294 [;
#X msg 423 321 ];
#X msg 256 249 send /bla 1 2 3 \, send /bli 3 4 5 \, send /blo 4 5
6;
#X text 462 312 when last bundle is closed the buffer is sent.;
#X text 463 333 so: first "[" \, then add messages with send /bla;
#X text 466 351 open nested nudle etc \, close with "]";
#X floatatom 113 425 5 0 0 0 - - -;
#X text 162 428 bundleDepth;
#X text 24 11 sendOSC: send OSC formatted packet to network. at the
moment over UDP only is supported.;
#X text 28 38 supported int \, flot + string.;
#X text 462 291 open / close bundles here.;
#X text 465 372 watch the bundleDepth index change while you do this.
;
#X text 231 299 switch usage of typetags;
#X text 232 316 on/off.;
#X text 231 332 default: on;
#X text 465 392 MAX_BUNDLE_NESTING: 32;
#X msg 315 154 send;
#X msg 315 179 send /;
#X msg 368 156 send /bang;
#X msg 265 57 connect 192.168.0.255 5555;
#X text 462 58 use something like this to broadcast on UDP;
#X text 607 435 for more info \, get help on:;
#X obj 798 435 OSC;
#X connect 0 0 1 0;
#X connect 0 1 24 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 8 0 0 0;
#X connect 9 0 0 0;
#X connect 10 0 0 0;
#X connect 18 0 0 0;
#X connect 19 0 0 0;
#X connect 20 0 0 0;
#X connect 34 0 0 0;
#X connect 35 0 0 0;
#X connect 36 0 0 0;
#X connect 37 0 0 0;