comparison examples/10-Instruments/midi-poly-synth/hv_tanh.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 254 82 445 331 10;
2 #X obj 39 37 inlet~;
3 #X obj 39 67 clip~ -3 3;
4 #X obj 54 107 *~;
5 #X obj 39 277 outlet~;
6 #X obj 109 107 sig~ 27;
7 #X obj 54 147 +~;
8 #X obj 54 217 /~;
9 #X obj 39 247 *~;
10 #X obj 94 147 *~ 9;
11 #X obj 94 187 +~;
12 #X text 142 177 // http://www.musicdsp.org/showone.php?id=238;
13 #X text 140 198 // y = x * (27 + x^2) / (27 + 9*x^2);
14 #X text 144 152 // pade-approximation of tanh function;
15 #X connect 0 0 1 0;
16 #X connect 1 0 2 0;
17 #X connect 1 0 2 1;
18 #X connect 1 0 7 0;
19 #X connect 2 0 5 0;
20 #X connect 2 0 8 0;
21 #X connect 4 0 5 1;
22 #X connect 4 0 9 1;
23 #X connect 5 0 6 0;
24 #X connect 6 0 7 1;
25 #X connect 7 0 3 0;
26 #X connect 8 0 9 0;
27 #X connect 9 0 6 1;