flist2tab-help.pd 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #N canvas 1 53 420 332 10;
  2. #X obj -12 175 table pig;
  3. #X obj 115 203 flist2tab pig;
  4. #X obj 92 163 any2string;
  5. #X msg 92 140 Hello;
  6. #X floatatom 190 162 5 0 0 0 - - -;
  7. #X msg 6 77 81 28 0 33 55 1 2 3;
  8. #X text -45 -12 flist2tab loads floats or lists of floats into a table
  9. ;
  10. #X text -45 4 at an offset determined by a float in the second inlet.
  11. ;
  12. #X text -45 20 Negative offsets will be ignored.;
  13. #X obj -12 152 table twig;
  14. #X msg 36 107 set twig;
  15. #X text 93 106 set the working table;
  16. #X text 203 203 argument is table name;
  17. #X text -45 36 Offsets greater than the table length cause the table
  18. to be resized to fit.;
  19. #X text 224 162 default offset is 0;
  20. #X floatatom 62 220 7 0 0 0 - - -;
  21. #X text 108 220 Array size is output after each input.;
  22. #X text 202 260 2009_01_28 Martin Peach;
  23. #N canvas 425 246 494 344 META 0;
  24. #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  25. Wilkes for Pd version 0.42.;
  26. #X text 12 135 AUTHOR Martin Peach;
  27. #X text 12 75 INLET_0 float list set;
  28. #X text 12 95 INLET_1 float;
  29. #X text 12 115 OUTLET_0 float;
  30. #X text 12 45 DESCRIPTION load floats or lists of floats into a table
  31. at an offset determined by a float in the second inlet;
  32. #X text 12 5 KEYWORDS control array list_op conversion;
  33. #X text 12 25 LICENSE GPL v2 or later;
  34. #X restore 314 297 pd META;
  35. #X connect 1 0 15 0;
  36. #X connect 2 0 1 0;
  37. #X connect 3 0 2 0;
  38. #X connect 4 0 1 1;
  39. #X connect 5 0 1 0;
  40. #X connect 10 0 1 0;