comparison examples/10-Instruments/vangelisiser/c_xfade.pd @ 531:ddb86944e138 prerelease

cleaned up all pd examples (and removed some). added polysynth and vangelisiser to instruments examples
author chnrx <chris.heinrichs@gmail.com>
date Thu, 23 Jun 2016 20:40:05 +0100
parents
children
comparison
equal deleted inserted replaced
525:1ca196e35105 531:ddb86944e138
1 #N canvas 0 22 799 322 10;
2 #X obj 76 87 inlet~;
3 #X obj 142 87 inlet~;
4 #X obj 77 198 outlet~;
5 #X obj 201 87 inlet;
6 #X obj 141 136 -~;
7 #X obj 141 156 *~;
8 #X text 371 150 (1-x)*a + x*b;
9 #X text 371 167 = a - x*a + x*b;
10 #X text 371 184 = a + x*(b - a);
11 #X text 366 119 x: fade factor (0-1);
12 #X text 366 90 a: sig from inlet~ 0;
13 #X text 339 50 Linear crossfade according to the following calculation:
14 ;
15 #X text 367 104 b: sig from inlet~ 1;
16 #X obj 201 127 line;
17 #X connect 0 0 4 1;
18 #X connect 0 0 2 0;
19 #X connect 1 0 4 0;
20 #X connect 3 0 13 0;
21 #X connect 4 0 5 0;
22 #X connect 5 0 2 0;
23 #X connect 13 0 5 1;