from_ascii_code-help.pd 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #N canvas 1 53 589 396 10;
  2. #X obj 64 332 print;
  3. #X msg 103 156 43;
  4. #X obj 41 69 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
  5. -1;
  6. #X msg 78 116 32;
  7. #X obj 64 285 tof/from_ascii_code 13;
  8. #X msg 69 94 54;
  9. #X msg 125 197 13;
  10. #X text 34 29 Tags: conversion text symbols;
  11. #X text 34 13 Description: Convert ASCII codes into PD messages;
  12. #X text 104 95 Floats and lists: enter ASCII codes;
  13. #X text 63 68 Bang: output data;
  14. #X msg 91 137 65;
  15. #X text 155 192 Because of [form_ascii_code]'s creation argument \,
  16. the number 13 acts like a bang;
  17. #X msg 131 229 49 50 51 32 52 53 13;
  18. #X msg 113 176 49 50 51 32 52 53;
  19. #N canvas 246 152 494 344 META 0;
  20. #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  21. Wilkes for Pd version 0.42.;
  22. #X text 12 105 AUTHOR Thomas Ouellet Fredericks;
  23. #X text 12 25 DESCRIPTION convert ASCII codes into PD messages;
  24. #X text 12 65 INLET_0 bang float list;
  25. #X text 12 85 OUTLET_0 anything;
  26. #X text 12 5 KEYWORDS control conversion anything_op;
  27. #X text 12 45 LICENSE GPL v2;
  28. #X restore 499 353 pd META;
  29. #X text 218 285 Optional argument: output data once that ASCII code
  30. is received;
  31. #X connect 1 0 4 0;
  32. #X connect 2 0 4 0;
  33. #X connect 3 0 4 0;
  34. #X connect 4 0 0 0;
  35. #X connect 5 0 4 0;
  36. #X connect 6 0 4 0;
  37. #X connect 11 0 4 0;
  38. #X connect 13 0 4 0;
  39. #X connect 14 0 4 0;