unpackOSCstream-help.pd 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #N canvas 1 53 638 435 10;
  2. #X text 8 369 check also:;
  3. #X obj 240 386 tcpreceive;
  4. #X obj 183 386 tcpsend;
  5. #X obj 318 386 tcpserver;
  6. #X obj 389 386 tcpclient;
  7. #X text 472 374 Author: Roman Haefeli;
  8. #X text 472 390 Version: 2008-09-09;
  9. #X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC]
  10. \, when receiving from a stream based protocol \, such as TCP.;
  11. #X obj 18 197 unpackOSCstream;
  12. #X obj 18 17 tcpreceive 9995;
  13. #X obj 18 222 print;
  14. #X floatatom 105 221 5 0 0 0 - - -;
  15. #X text 159 283 reference:;
  16. #X obj 10 386 packOSCstream;
  17. #X obj 110 386 unpackOSC;
  18. #X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html
  19. : Section "OSC Packets";
  20. #X text 141 221 milliseconds delay;
  21. #X text 158 119 [unpackOSCstream] will only be able to decode OSC packets
  22. or bundles created by [packOSCstream]. OSC packets that were generated
  23. by [packOSC] will cause errors or wrong output.;
  24. #N canvas 507 340 494 344 META 0;
  25. #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  26. Wilkes for Pd version 0.42.;
  27. #X text 12 25 LICENSE GPL v2 or later;
  28. #X text 12 5 KEYWORDS control network abstraction;
  29. #X text 12 46 DESCRIPTION meant to be a replacement for [unpackOSC]
  30. \, when receiving from a stream based protocol \, such as TCP.;
  31. #X text 12 75 INLET_0 anything;
  32. #X text 12 95 OUTLET_0 anything;
  33. #X text 12 115 OUTLET_1 float;
  34. #X text 12 135 AUTHOR Roman Haefeli;
  35. #X restore 591 413 pd META;
  36. #X connect 8 0 10 0;
  37. #X connect 8 1 11 0;
  38. #X connect 9 0 8 0;