-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdksisascl~.pd
45 lines (45 loc) · 1.07 KB
/
dksisascl~.pd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#N canvas 444 217 1052 554 12;
#X obj 341 231 inlet~;
#X obj 431 49 inlet;
#X obj 416 162 / 2;
#X obj 341 288 *~ 0.5;
#X obj 340 370 +~ 0.5;
#X obj 519 47 inlet;
#X text 445 24 length;
#X text 526 22 scale;
#X obj 341 313 *~ 1;
#X obj 342 508 outlet~;
#X obj 599 56 inlet;
#X text 594 14 offset;
#X text 24 22 dksisascl~ - SIne SAmple SCaLer;
#X text 22 68 scales -1 to 1 sig to 0 to length;
#X obj 781 47 loadbang;
#X obj 781 72 f \$2;
#X obj 420 112 f \$1;
#X msg 783 169 1;
#X obj 783 144 moses 1e-31;
#X obj 343 447 +~ \$3;
#X text 26 131 in1~: signal;
#X text 24 169 in2/arg1: length;
#X text 26 211 in3/arg2: scale;
#X text 23 272 in4/arg3: offset;
#X text 898 36 derek kwan;
#X text 899 99 gpl v 3 2017;
#X text 899 67 pdkvabs;
#X connect 0 0 3 0;
#X connect 1 0 16 0;
#X connect 2 0 3 1;
#X connect 2 0 4 1;
#X connect 3 0 8 0;
#X connect 4 0 19 0;
#X connect 5 0 8 1;
#X connect 8 0 4 0;
#X connect 10 0 19 1;
#X connect 14 0 15 0;
#X connect 14 0 16 0;
#X connect 15 0 18 0;
#X connect 16 0 2 0;
#X connect 17 0 8 1;
#X connect 18 0 17 0;
#X connect 18 1 8 1;
#X connect 19 0 9 0;