This commit is contained in:
Dooho Yi 2022-07-14 18:08:27 +09:00
parent 0bd14d0d74
commit 068322a17e
2 changed files with 19 additions and 14 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
#N canvas 220 105 930 420 10;
#N canvas 220 105 930 507 10;
#X obj 47 27 inlet~;
#X obj 113 349 *~;
#X obj 503 349 *~;
#X obj 113 389 *~;
#X obj 503 389 *~;
#X obj 456 68 f \$1;
#X obj 456 39 loadbang;
#X obj 456 91 t a a a a;
@ -15,20 +15,23 @@
#X text 587 19 arg #1: width:;
#X text 637 79 in result \,;
#X text 657 119 -width/2 ~ width/2 -> cross fading;
#X obj 113 378 outlet~;
#X obj 503 378 outlet~;
#X obj 113 418 outlet~;
#X obj 503 418 outlet~;
#X obj 456 160 * -0.5;
#X obj 490 130 * 0.5;
#X obj 128 297 *~ 0.125;
#X obj 128 320 sin~;
#X obj 518 297 *~ 0.125;
#X obj 518 320 sin~;
#X text 168 320 sin~/cos~ input is NOT in radians! read help file;
#X text 168 340 equal power == using 3dB curve \, for ex. sin/cos;
#X text 168 360 sin~/cos~ input is NOT in radians! read help file;
#X text 168 380 equal power == using 3dB curve \, for ex. sin/cos;
#X text 657 139 +width/2 ~ width*(1.5) -> right fade-out;
#X text 607 39 -width*(1.5) ~ width/2 => left fade-in/out;
#X text 607 59 -width/2 ~ width*(1.5) => right fade-in/out;
#X text 657 99 -width*(1.5) ~ -width/2 -> left fade-in;
#X obj 128 320 -~ 0.25;
#X obj 128 360 cos~;
#X obj 518 360 cos~;
#X obj 518 320 -~ 0.25;
#X text 578 317 sin~ is NOT part of pd vanilla!;
#X connect 0 0 1 0;
#X connect 0 0 2 0;
#X connect 1 0 12 0;
@ -42,10 +45,12 @@
#X connect 6 0 7 0;
#X connect 6 0 8 0;
#X connect 7 0 16 0;
#X connect 8 0 18 0;
#X connect 8 0 17 0;
#X connect 14 0 7 1;
#X connect 15 0 8 1;
#X connect 16 0 17 0;
#X connect 17 0 1 1;
#X connect 18 0 19 0;
#X connect 19 0 2 1;
#X connect 16 0 24 0;
#X connect 17 0 27 0;
#X connect 24 0 25 0;
#X connect 25 0 1 1;
#X connect 26 0 2 1;
#X connect 27 0 26 0;