-
Notifications
You must be signed in to change notification settings - Fork 2
/
packOSCstream-help.pd
45 lines (45 loc) · 2.13 KB
/
packOSCstream-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
#N canvas 34 60 633 578 10;
#X obj 109 119 packOSCstream;
#X obj 109 451 tcpsend;
#X text 16 496 check also:;
#X obj 18 513 unpackOSCstream;
#X obj 133 513 packOSC;
#X msg 78 403 connect localhost 9995;
#X obj 248 513 tcpreceive;
#X obj 191 513 tcpsend;
#X obj 326 513 tcpserver;
#X obj 397 513 tcpclient;
#X msg 98 423 disconnect;
#X obj 109 473 tgl 15 0 empty empty empty 17 7 0 10 #00fc04 #f8fc00 #000000 0 1;
#X obj 221 403 cnv 15 380 30 empty empty empty 20 12 0 14 #14e814 #404040 0;
#X text 236 408 <- First open unpackOSCstream-help \, then connect;
#X text 480 501 Author: Roman Haefeli;
#X text 480 517 Version: 2008-09-09;
#X text 114 254 [packOSCstream] uses the same methods as [packOSC]. Please consult packOSC-help.pd for the complete documentation.;
#X text 115 189 [packOSstream] puts a frame length header (int32) in front of every OSC packet or bundle \, so that the receiving side knows \, how to split the incoming stream into OSC packets again.;
#X msg 16 9 /first/message 1 \, /second/message 2;
#X text 119 330 reference:;
#X text 120 347 https://opensoundcontrol.stanford.edu/spec-1_0.html : Section "OSC Packets";
#X msg 36 29 send /test/one/two/three zz 88 T;
#X msg 56 49 sendtyped /test/one/two/three sis zz 88 T;
#X msg 76 69 prefix /test;
#X msg 96 89 [ \, /previous/page 666 \, /next/page 999 \, ];
#X text 112 142 [packOSCstream] is meant to be a replacement for [packOSC] \, when sending over a stream based protocol \, such as TCP.;
#N canvas 499 120 494 344 META 0;
#X text 12 135 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 115 AUTHOR Roman Haefeli;
#X text 12 75 INLET_0 anything send sendtyped prefix connect disconnect;
#X text 12 45 DESCRIPTION meant to be a replacement for [packOSC] \, when sending over a stream based protocol \, such as TCP;
#X text 12 95 OUTLET_0 float;
#X text 12 5 KEYWORDS control network abstraction;
#X restore 572 544 pd META;
#X connect 0 0 1 0;
#X connect 1 0 11 0;
#X connect 5 0 1 0;
#X connect 10 0 1 0;
#X connect 18 0 0 0;
#X connect 21 0 0 0;
#X connect 22 0 0 0;
#X connect 23 0 0 0;
#X connect 24 0 0 0;