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