common~-help.pd 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #N canvas 1 53 460 465 10;
  2. #X obj 36 291 tof/common~ patrick;
  3. #X obj 258 294 tof/common~ patrick;
  4. #X obj 35 255 sig~;
  5. #X floatatom 35 230 5 0 0 0 - - -;
  6. #X obj 257 260 sig~;
  7. #X floatatom 257 233 5 0 0 0 - - -;
  8. #X obj 9 12 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
  9. 0;
  10. #X text 14 60 author: mrtoftrash@gmail.com;
  11. #X text 13 38 tags: mix~ control~;
  12. #X text 14 81 version: 2009-10-22;
  13. #X text 14 12 description: "many to many" nonlocal signal connections.
  14. ;
  15. #X text 15 118 All common~ objects of the same name share the same
  16. output.;
  17. #X text 15 141 The output is the sum of all the inputs from the previous
  18. dsp block.;
  19. #X text 15 182 common~ only works for the default block size (64) and
  20. delays the input by one block.;
  21. #X obj 176 291 metro 1000;
  22. #X obj 37 378 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
  23. -262144 -1 -1 0 256;
  24. #X obj 258 373 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
  25. -262144 -1 -1 0 256;
  26. #X obj 37 335 snapshot~;
  27. #X obj 258 336 snapshot~;
  28. #X obj 176 268 loadbang;
  29. #N canvas 119 175 494 344 META 0;
  30. #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  31. Wilkes for Pd version 0.42.;
  32. #X text 12 25 DESCRIPTION "many to many" nonlocal signal connections
  33. ;
  34. #X text 12 5 KEYWORDS signal nonlocal;
  35. #X text 12 65 INLET_0 signal;
  36. #X text 12 85 OUTLET_0 signal;
  37. #X text 12 105 AUTHOR Thomas Ouellet Fredericks;
  38. #X text 12 45 LICENSE GPL v2;
  39. #X restore 406 413 pd META;
  40. #X connect 0 0 17 0;
  41. #X connect 1 0 18 0;
  42. #X connect 2 0 0 0;
  43. #X connect 3 0 2 0;
  44. #X connect 4 0 1 0;
  45. #X connect 5 0 4 0;
  46. #X connect 14 0 17 0;
  47. #X connect 14 0 18 0;
  48. #X connect 17 0 15 0;
  49. #X connect 18 0 16 0;
  50. #X connect 19 0 14 0;