aboutsummaryrefslogtreecommitdiff
path: root/osc/unpackOSCstream-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'osc/unpackOSCstream-help.pd')
-rw-r--r--osc/unpackOSCstream-help.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/osc/unpackOSCstream-help.pd b/osc/unpackOSCstream-help.pd
new file mode 100644
index 0000000..54956fc
--- /dev/null
+++ b/osc/unpackOSCstream-help.pd
@@ -0,0 +1,26 @@
+#N canvas 475 374 638 435 10;
+#X text 8 369 check also:;
+#X obj 240 386 tcpreceive;
+#X obj 183 386 tcpsend;
+#X obj 318 386 tcpserver;
+#X obj 389 386 tcpclient;
+#X text 472 374 Author: Roman Haefeli;
+#X text 472 390 Version: 2008-09-09;
+#X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC]
+\, when receiving from a stream based protocol \, such as TCP.;
+#X obj 18 197 unpackOSCstream;
+#X obj 18 17 tcpreceive 9995;
+#X obj 18 222 print;
+#X floatatom 105 221 5 0 0 0 - - -;
+#X text 159 283 reference:;
+#X obj 10 386 packOSCstream;
+#X obj 110 386 unpackOSC;
+#X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html
+: Section "OSC Packets";
+#X text 141 221 milliseconds delay;
+#X text 158 119 [unpackOSCstream] will only be able to decode OSC packets
+or bundles created by [packOSCstream]. OSC packets that were generated
+by [packOSC] will cause errors or wrong output.;
+#X connect 8 0 10 0;
+#X connect 8 1 11 0;
+#X connect 9 0 8 0;