list-dripslow-help.pd 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #N canvas 0 26 488 309 10;
  2. #X msg 208 152 1 2 3 4;
  3. #X obj 122 229 print element;
  4. #X obj 208 202 print EOL;
  5. #X msg 122 146 bang;
  6. #X text 60 30 list-dripslow: Serialize a list on demand.;
  7. #X text 56 69 First set list through right inlet \, then on each bang
  8. into left inlet \, one element will be output through left outlet.
  9. Right outlet bangs at list's end.;
  10. #N canvas 401 196 593 450 drip-many-example 0;
  11. #X obj 122 171 list-drip;
  12. #X obj 122 194 t a b;
  13. #X obj 122 323 print L1;
  14. #X obj 207 324 print L2;
  15. #X obj 297 326 print L3;
  16. #X obj 207 249 t a b;
  17. #X obj 122 121 t b b b;
  18. #X text 160 39 Drip many lists in sync;
  19. #X msg 122 92 bang;
  20. #X msg 383 187 A B C;
  21. #X msg 293 187 1 2 3;
  22. #X msg 122 149 x y z;
  23. #X obj 207 225 list-dripslow;
  24. #X obj 297 283 list-dripslow;
  25. #X connect 0 0 1 0;
  26. #X connect 1 0 2 0;
  27. #X connect 1 1 12 0;
  28. #X connect 5 0 3 0;
  29. #X connect 5 1 13 0;
  30. #X connect 6 0 11 0;
  31. #X connect 6 1 10 0;
  32. #X connect 6 2 9 0;
  33. #X connect 8 0 6 0;
  34. #X connect 9 0 13 1;
  35. #X connect 10 0 12 1;
  36. #X connect 11 0 0 0;
  37. #X connect 12 0 5 0;
  38. #X connect 13 0 4 0;
  39. #X restore 332 185 pd drip-many-example;
  40. #N canvas 606 157 450 300 drip-emulation 0;
  41. #X obj 140 194 list-dripslow;
  42. #X obj 140 117 t b l;
  43. #X obj 140 167 until;
  44. #X obj 140 224 print;
  45. #X msg 140 82 1 2 3 4 5 6 7 achtung;
  46. #X text 135 49 drip fast with dripslow;
  47. #X connect 0 0 3 0;
  48. #X connect 0 1 2 1;
  49. #X connect 1 0 2 0;
  50. #X connect 1 1 0 1;
  51. #X connect 2 0 0 0;
  52. #X connect 4 0 1 0;
  53. #X restore 332 219 pd drip-emulation;
  54. #X obj 122 180 list-dripslow;
  55. #N canvas 416 170 494 396 META 0;
  56. #X text 12 5 KEYWORDS control list_op;
  57. #X text 12 25 LICENSE SIBSD;
  58. #X text 12 145 AUTHOR Frank Barknecht;
  59. #X text 12 165 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
  60. added by Jonathan Wilkes for Pd version 0.42.;
  61. #X text 12 45 DESCRIPTION serialize a list on demand;
  62. #X text 12 65 INLET_0 bang;
  63. #X text 12 85 INLET_1 anything;
  64. #X text 12 105 INLET_2 float symbol pointer;
  65. #X text 12 125 OUTLET_0 bang;
  66. #X restore 437 287 pd META;
  67. #X connect 0 0 8 1;
  68. #X connect 3 0 8 0;
  69. #X connect 8 0 1 0;
  70. #X connect 8 1 2 0;