crossfade~-help.pd 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #N canvas 1 53 587 515 10;
  2. #X floatatom 253 303 5 0 0 0 - - -;
  3. #X obj 32 -13 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
  4. 0;
  5. #X text 37 31 author: mrtoftrash@gmail.com;
  6. #X text 37 52 version: 2009-06-04 (initial release);
  7. #X obj 36 164 osc~ 100;
  8. #X obj 36 471 dac~;
  9. #X obj 137 206 noise~;
  10. #X obj 93 163 osc~ 500;
  11. #X obj 188 206 osc~ 200;
  12. #X obj 35 444 *~ 0.5;
  13. #X obj 106 443 *~ 0.5;
  14. #X obj 142 411 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144
  15. -1 -1 0 1;
  16. #X text 35 142 First source: signal inlets to the left.;
  17. #X text 127 187 Second source: signal inlets to the right.;
  18. #X obj 256 282 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144
  19. -1 -1 0 1;
  20. #X text 264 261 Crossfade: 0-1;
  21. #X text 191 242 The right most inlet controls the linear crossfade
  22. value.;
  23. #X text 37 -14 description: crossfades 2 multi-channel sources;
  24. #X obj 36 385 tof/crossfade~ 2;
  25. #X msg 253 325 \$1 5;
  26. #X obj 253 352 line~;
  27. #X text 41 104 Argument 1: The number of channels for each source (defaults
  28. to 2);
  29. #X text 38 10 tags: signal mix~;
  30. #N canvas 220 179 494 344 META 0;
  31. #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  32. Wilkes for Pd version 0.42.;
  33. #X text 12 25 LICENSE GPL v2;
  34. #X text 12 125 AUTHOR Thomas Ouellet Fredericks;
  35. #X text 12 45 DESCRIPTION crossfades 2 multi-channel sources;
  36. #X text 12 5 KEYWORDS signal;
  37. #X text 12 65 INLET_N signal;
  38. #X text 12 85 INLET_R signal;
  39. #X text 12 105 OUTLET_N signal;
  40. #X restore 525 456 pd META;
  41. #X connect 0 0 19 0;
  42. #X connect 4 0 18 0;
  43. #X connect 6 0 18 2;
  44. #X connect 7 0 18 1;
  45. #X connect 8 0 18 3;
  46. #X connect 9 0 5 0;
  47. #X connect 10 0 5 1;
  48. #X connect 11 0 9 1;
  49. #X connect 11 0 10 1;
  50. #X connect 14 0 0 0;
  51. #X connect 18 0 9 0;
  52. #X connect 18 1 10 0;
  53. #X connect 19 0 20 0;
  54. #X connect 20 0 18 4;