list-fifo-delim-help.pd 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #N canvas 0 26 697 652 10;
  2. #X obj 193 561 print;
  3. #X obj 193 357 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
  4. -1 -1;
  5. #X msg 300 383 1 2 3 4 5;
  6. #X symbolatom 313 404 10 0 0 0 - - -;
  7. #X floatatom 326 421 5 0 0 0 - - -;
  8. #X symbolatom 420 450 10 0 0 0 - - -;
  9. #X msg 110 438 clear;
  10. #X obj 293 535 bng 15 250 50 0 empty empty EOL 17 7 1 10 -262144 -1
  11. -1;
  12. #X text 118 201 CAUTION:;
  13. #X text 119 219 When a message contains the delimiter symbol \, it
  14. is falsely split into two parts.;
  15. #X text 119 254 Default delimiter between messages is the empty symbol.
  16. You can customize this with the first argument:;
  17. #X text 62 423 clear stored list;
  18. #X text 164 340 trigger output;
  19. #X text 289 341 store lists or elements;
  20. #X text 417 433 manually change delimiter symbol;
  21. #X text 105 606 Based on a patch and idea by Roman Haefli 2006;
  22. #X msg 291 363 eins due trois four;
  23. #X text 82 55 [list-fifo-delim];
  24. #X text 120 81 [list-fifo-delim] stores incoming (list-)messages and
  25. outputs them one by one on incoming bangs in the order they arrive
  26. like a FIFO: first in \, first out.;
  27. #X text 118 136 [list-fifo-delim] can be used to limit the number of
  28. messages passing during a certain time (might be usefull to limit the
  29. used network bandwidth). It also can be used as a sequencer.;
  30. #X obj 122 297 list-fifo-delim MY_DELIMITER;
  31. #X obj 193 502 list-fifo-delim;
  32. #X text 58 16 This object is obsolete! Use [list-fifo] instead!;
  33. #N canvas 491 26 494 396 META 0;
  34. #X text 12 25 LICENSE SIBSD;
  35. #X text 12 195 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
  36. added by Jonathan Wilkes for Pd version 0.42.;
  37. #X text 12 135 OUTLET_0 list;
  38. #X text 12 45 DESCRIPTION This object is obsolete! Use [list-fifo]
  39. instead!;
  40. #X text 12 5 KEYWORDS control list_op deprecated;
  41. #X text 12 75 INLET_0 bang clear;
  42. #X text 12 115 INLET_2 symbol;
  43. #X text 12 95 INLET_1 anything;
  44. #X text 12 155 OUTLET_1 bang;
  45. #X text 12 174 AUTHOR Frank Barknecht \, Roman Haefli;
  46. #X restore 578 600 pd META;
  47. #X connect 1 0 21 0;
  48. #X connect 2 0 21 1;
  49. #X connect 3 0 21 1;
  50. #X connect 4 0 21 1;
  51. #X connect 5 0 21 2;
  52. #X connect 6 0 21 0;
  53. #X connect 16 0 21 1;
  54. #X connect 21 0 0 0;
  55. #X connect 21 1 7 0;