-
Notifications
You must be signed in to change notification settings - Fork 2
/
packOSC-help.pd
115 lines (115 loc) · 4.43 KB
/
packOSC-help.pd
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#N canvas 201 81 1158 759 12;
#X obj 491 524 cnv 15 100 40 empty empty empty 20 12 0 14 #00fc04 #404040 0;
#X obj 520 638 udpsend;
#X msg 513 611 disconnect;
#X msg 491 589 connect 127.0.0.1 9997;
#X obj 520 537 packOSC;
#X obj 520 673 tgl 15 0 empty empty 1=connected 20 8 0 8 #00fc04 #f8fc00 #000000 0 1;
#X msg 30 27 send /test/one/two/three zz 88 T;
#X msg 76 73 send /test 1 2 3;
#X msg 53 50 send /west 35;
#X msg 122 119 send /*/left 22;
#X msg 147 144 send /?est/ 1;
#X text 453 73 packOSC is like sendOSC except that it outputs a list of floats instead of directly connecting to the network;
#X text 263 27 send a type-guessed message;
#X obj 705 631 routeOSC;
#X text 626 630 see also:;
#X msg 508 505 typetags \$1;
#X obj 508 487 tgl 15 0 empty empty empty 17 7 0 10 #f8fc00 #fc0400 #000000 0 1;
#X text 604 504 typetags are on by default;
#X text 738 167 Useable types are:;
#X text 738 185 i: 32 bit integer;
#X text 738 203 f: 32-bit float;
#X text 738 221 s: string;
#X text 519 167 send a type-forced message;
#X msg 170 167 sendtyped /test/one/two/three sis zz 88 T;
#X msg 193 190 sendtyped /left/right TTiTIFNfisf 1.1 2.1 3.1 4.1 5.1;
#X text 738 239 T: true (no argument);
#X text 738 257 F: false (no argument);
#X text 738 275 I: infinitum (no argument);
#X text 738 292 N: Nil (no argument);
#X msg 457 454 bufsize 100;
#X text 556 454 set buffer size (default is 64000 bytes);
#X msg 239 236 prefix /test;
#X text 346 235 set the OSC path prefix for subsequent messages;
#X msg 99 96 /left one two;
#X msg 216 213 /right 88;
#X text 299 213 'send' prefix is not required;
#X msg 215 269 [;
#X msg 169 270 ];
#X text 63 271 close bundle;
#X msg 317 314 timetagoffset 0;
#X msg 340 337 timetagoffset -1;
#X text 479 314 send current time as timetag;
#X text 295 289 (timetags are sent in bundle messages only);
#X obj 169 246 t b a b;
#X msg 70 226 /test 5 6 7;
#X text 483 337 immediate time tag (default);
#X floatatom 566 566 5 0 0 0 - - - 0;
#X text 616 566 bundle depth;
#X obj 685 589 cnv 15 380 30 empty empty empty 20 12 0 14 #14e814 #404040 0;
#X text 779 630 and http://opensoundcontrol.org/;
#X msg 363 360 timetagoffset 1e+06;
#X text 689 596 <- First open routeOSC-help \, then connect;
#X text 248 270 open a bundle (and generate time tag);
#X obj 608 658 packOSCstream;
#X text 573 657 see:;
#X text 724 658 for a way to send OSC over TCP or serial connections.;
#X text 526 359 current time plus 1 second (delay is in microseconds);
#X text 738 308 b: blob (a list of bytes \, or floats on [0..255]);
#X text 902 421 send a blob;
#X msg 433 414 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;
#N canvas 496 61 548 344 META 0;
#X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2 or later;
#X text 12 165 AUTHOR Martin Peach;
#X text 12 5 KEYWORDS control network;
#X text 12 45 DESCRIPTION packOSC is like sendOSC except it outputs a list of floats instead of directly connecting to the network;
#X text 12 85 INLET_0 anything send sendtyped prefix timetagoffset bufsize typetags;
#X text 12 125 OUTLET_0 anything;
#X text 12 145 OUTLET_1 float;
#X restore 1022 685 pd META;
#X msg 310 125 sendtyped /a/midi/message mm 0 144 60 64 0 144 62 32;
#X obj 365 620 print >>;
#X text 738 323 m: MIDI (4 bytes per MIDI message:;
#X text 761 338 Port \, Status \, Param1 \, Param2;
#X text 85 630 2009-2016 Martin Peach;
#X obj 365 596 spigot;
#X obj 410 563 tgl 15 0 empty empty raw 17 7 0 12 #f8fc00 #fc0400 #000000 0 1;
#X msg 388 385 usepdtime \$1;
#X obj 484 385 tgl 20 0 empty empty empty 0 -10 0 12 #fcfcfc #000000 #000000 0 1;
#X text 516 378 Use Pd logical time (default) or system time. Setting to 1 \, re-syncs Pd's time to the system time.;
#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 0 66 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;
#X connect 59 0 4 0;
#X connect 61 0 4 0;
#X connect 66 0 62 0;
#X connect 67 0 66 1;
#X connect 68 0 4 0;
#X connect 69 0 68 0;