annotate 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
rev   line source
chris@531 1 #N canvas 0 22 799 322 10;
chris@531 2 #X obj 76 87 inlet~;
chris@531 3 #X obj 142 87 inlet~;
chris@531 4 #X obj 77 198 outlet~;
chris@531 5 #X obj 201 87 inlet;
chris@531 6 #X obj 141 136 -~;
chris@531 7 #X obj 141 156 *~;
chris@531 8 #X text 371 150 (1-x)*a + x*b;
chris@531 9 #X text 371 167 = a - x*a + x*b;
chris@531 10 #X text 371 184 = a + x*(b - a);
chris@531 11 #X text 366 119 x: fade factor (0-1);
chris@531 12 #X text 366 90 a: sig from inlet~ 0;
chris@531 13 #X text 339 50 Linear crossfade according to the following calculation:
chris@531 14 ;
chris@531 15 #X text 367 104 b: sig from inlet~ 1;
chris@531 16 #X obj 201 127 line;
chris@531 17 #X connect 0 0 4 1;
chris@531 18 #X connect 0 0 2 0;
chris@531 19 #X connect 1 0 4 0;
chris@531 20 #X connect 3 0 13 0;
chris@531 21 #X connect 4 0 5 0;
chris@531 22 #X connect 5 0 2 0;
chris@531 23 #X connect 13 0 5 1;