rc~-help.pd 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #N canvas 1 53 450 377 10;
  2. #X obj 52 180 dac~;
  3. #X obj 53 143 *~;
  4. #X obj 53 79 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 0
  5. 1;
  6. #X obj 80 79 nbx 5 14 0 1e+37 0 1 empty empty seconds 60 8 0 10 -4034
  7. -13381 -13381 0.73 256;
  8. #X obj 53 57 metro 1000;
  9. #X obj 53 36 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 0
  10. 1;
  11. #X obj 53 99 rc~ 1;
  12. #X text 191 167 Author: Martin Peach;
  13. #X text 191 186 2010/03/15;
  14. #X obj 67 121 noise~;
  15. #X obj 136 230 lop~;
  16. #X text 63 230 similar to:;
  17. #X text 49 -22 rc~ emulates a capacitor charging through a resistor.
  18. The creation argument can be overriden by the right inlet \, and represents
  19. a charging time constant in seconds.;
  20. #N canvas 453 86 494 344 META 0;
  21. #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  22. Wilkes for Pd version 0.42.;
  23. #X text 12 25 LICENSE GPL v2 or later;
  24. #X text 12 125 AUTHOR Martin Peach;
  25. #X text 12 46 DESCRIPTION emulate a capacitor charging through a resistor
  26. ;
  27. #X text 12 65 INLET_0 float;
  28. #X text 12 85 INLET_1 float;
  29. #X text 12 105 OUTLET_0 signal;
  30. #X text 12 5 KEYWORDS signal;
  31. #X restore 379 329 pd META;
  32. #X connect 1 0 0 0;
  33. #X connect 1 0 0 1;
  34. #X connect 2 0 6 0;
  35. #X connect 3 0 6 1;
  36. #X connect 4 0 2 0;
  37. #X connect 5 0 4 0;
  38. #X connect 6 0 1 0;
  39. #X connect 9 0 1 1;