tab2flist-help.pd 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #N canvas 1 53 535 282 10;
  2. #X obj 152 152 tab2flist zig;
  3. #X obj 10 -5 bng 15 250 50 0 empty empty empty 17 7 0 10 -4034 -257985
  4. -1;
  5. #X obj 152 173 print;
  6. #X obj 190 173 table zig;
  7. #X floatatom 227 124 5 0 0 0 - - -;
  8. #X floatatom 64 48 5 0 0 0 - - -;
  9. #X text 33 -8 Banging tab2flist outputs a list of floats from the table.
  10. ;
  11. #X msg 36 19 set zag;
  12. #X text 240 152 Argument is table name.;
  13. #X text 150 190 Points outside the table will be output as zeroes.
  14. ;
  15. #X text 98 47 A single float sets offset.;
  16. #X text 89 18 Set the table by name.;
  17. #X obj 250 173 table zag;
  18. #X msg 86 69 5 10;
  19. #X text 150 204 Negative length outputs a list as long as the table.
  20. ;
  21. #X text 263 123 Float in second inlet sets length of list.;
  22. #X text 118 68 Two floats set offset and length.;
  23. #X msg 109 92 delimiter 10 13;
  24. #X text 207 91 Output stops when a delimiter is encountered.;
  25. #X text 145 243 2009_1_28 Martin Peach;
  26. #N canvas 456 322 494 344 META 0;
  27. #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  28. Wilkes for Pd version 0.42.;
  29. #X text 12 25 LICENSE GPL v2 or later;
  30. #X text 12 135 AUTHOR Martin Peach;
  31. #X text 12 5 KEYWORDS control conversion array list_op;
  32. #X text 12 46 DESCRIPTION output the values from an array as a list
  33. of floats;
  34. #X text 12 75 INLET_0 bang float list set delimiter;
  35. #X text 12 95 INLET_1 float;
  36. #X text 12 115 OUTLET_0 list;
  37. #X restore 474 246 pd META;
  38. #X connect 0 0 2 0;
  39. #X connect 1 0 0 0;
  40. #X connect 4 0 0 1;
  41. #X connect 5 0 0 0;
  42. #X connect 7 0 0 0;
  43. #X connect 13 0 0 0;
  44. #X connect 17 0 0 0;