tcpreceive-help.pd 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #N canvas 1 53 478 294 12;
  2. #X floatatom 206 144 3 0 0 0 - - -;
  3. #X floatatom 233 144 3 0 0 0 - - -;
  4. #X floatatom 260 144 3 0 0 0 - - -;
  5. #X floatatom 287 144 3 0 0 0 - - -;
  6. #X text 163 143 from;
  7. #X obj 155 185 print message;
  8. #X obj 155 57 tcpreceive 9997;
  9. #X floatatom 257 96 5 0 0 0 - - -;
  10. #X text 303 94 connections;
  11. #X text 32 16 tcpreceive receives bytes over a tcp connection.;
  12. #X floatatom 315 144 5 0 0 0 - - -;
  13. #X obj 206 117 unpack 0 0 0 0 0;
  14. #X text 265 235 Martin Peach 2008/11/05;
  15. #N canvas 529 268 494 344 META 0;
  16. #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  17. Wilkes for Pd version 0.42.;
  18. #X text 12 125 AUTHOR Martin Peach;
  19. #X text 12 25 LICENSE GPL v2 or later;
  20. #X text 12 5 KEYWORDS control network;
  21. #X text 12 45 DESCRIPTION tcpreceive receives bytes over a tcp connection
  22. ;
  23. #X text 12 65 OUTLET_0 anything;
  24. #X text 12 85 OUTLET_1 list;
  25. #X text 12 105 OUTLET_2 float;
  26. #X restore 421 264 pd META;
  27. #X connect 6 0 5 0;
  28. #X connect 6 1 11 0;
  29. #X connect 6 2 7 0;
  30. #X connect 11 0 0 0;
  31. #X connect 11 1 1 0;
  32. #X connect 11 2 2 0;
  33. #X connect 11 3 3 0;
  34. #X connect 11 4 10 0;