-
Notifications
You must be signed in to change notification settings - Fork 2
/
unpackOSC-help.pd
52 lines (52 loc) · 2.22 KB
/
unpackOSC-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
#N canvas 4 80 688 469 10;
#X obj 56 236 cnv 15 100 60 empty empty empty 20 12 0 14 #00fc04 #404040 0;
#X obj 75 250 unpackOSC;
#X floatatom 176 268 10 0 0 1 - - - 0;
#X obj 75 357 pipelist;
#X text 34 417 see:;
#X text 181 417 for a way to send OSC over TCP or serial connections.;
#X obj 69 418 unpackOSCstream;
#X obj 102 323 print unpacked;
#X text 131 353 If the OSC packet has a timetag \, [pipelist] will delay it until the time occurs;
#N canvas 521 651 494 344 META 0;
#X text 12 155 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 5 KEYWORDS control list_op;
#X text 12 45 DESCRIPTION parses lists of floats (only integers on [0..255]) assuming they represent OSC packets.;
#X text 12 75 INLET_0 list of floats on [0..255];
#X text 12 95 OUTLET_0 OSC message;
#X text 13 115 OUTLET_1 milliseconds until timetag time;
#X text 12 135 AUTHOR Martin Peach;
#X restore 609 422 pd META;
#X obj 75 83 packOSC;
#X obj 102 123 print bytes;
#X msg 47 38 /some/path 1 2 3;
#X msg 26 17 [ \, /another/one/ 4 \, ];
#X obj 75 384 print delayed;
#X msg 68 59 timetagoffset 1.1e+06;
#X obj 114 103 print bundle_depth;
#X text 514 377 2012/02/14 Martin Peach;
#X text 267 25 [unpackOSC] processes lists of floats (only integers on [0..255]) as though they were OSC packets.;
#X text 84 144 <- usually the bytes pass over the network with [udpsend]/[udpreceive] \, or serial port using [comport] with [slipenc] and [slipdec];
#X text 208 59 timetag offset is in microseconds relative to sender's clock;
#X text 243 261 second outlet is timetag offset in millieconds relative to receiver's clock;
#X msg 98 215 usepdtime \$1;
#X obj 194 215 tgl 20 0 empty empty empty 0 -10 0 12 #fcfcfc #000000 #000000 0 1;
#X text 226 208 Use Pd logical time (default) or system time. Setting to 1 \, re-syncs Pd's time to the system time.;
#X obj 75 303 t a a;
#X obj 75 103 t a a;
#X connect 1 0 25 0;
#X connect 1 1 3 1;
#X connect 1 1 2 0;
#X connect 3 0 14 0;
#X connect 10 0 26 0;
#X connect 10 1 16 0;
#X connect 12 0 10 0;
#X connect 13 0 10 0;
#X connect 15 0 10 0;
#X connect 22 0 1 0;
#X connect 23 0 22 0;
#X connect 25 0 3 0;
#X connect 25 1 7 0;
#X connect 26 0 1 0;
#X connect 26 1 11 0;