-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscale.pd
More file actions
executable file
·63 lines (63 loc) · 1.4 KB
/
scale.pd
File metadata and controls
executable file
·63 lines (63 loc) · 1.4 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#N canvas 600 421 379 413 10;
#X obj 150 240 \$1;
#X obj 113 180 \$2;
#X obj 36 349 outlet;
#X obj 36 72 inlet;
#X obj 36 149 clip \$1 \$2;
#X obj 120 258 -;
#X obj 120 219 t f b;
#X obj 223 231 \$3;
#X obj 193 177 \$4;
#X obj 193 250 -;
#X obj 193 211 t f b;
#X obj 193 157 loadbang;
#X obj 120 156 loadbang;
#X obj 36 327 + \$3;
#X obj 36 208 - \$1;
#X obj 36 284 /;
#X obj 36 305 *;
#X obj 131 69 inlet;
#X obj 174 68 inlet;
#X obj 223 66 inlet;
#X obj 267 67 inlet;
#X obj 211 97 t f b f;
#X obj 81 97 t f f b f;
#X obj 271 97 t f f;
#X obj 152 97 t f f f;
#X text 20 10 scale -- shift input from one range to another;
#X text 20 23 jason plumb :: noisybox.net (renamed scale from 'range'
for max compatability);
#X connect 0 0 5 1;
#X connect 1 0 6 0;
#X connect 3 0 4 0;
#X connect 4 0 14 0;
#X connect 5 0 15 1;
#X connect 6 0 5 0;
#X connect 6 1 0 0;
#X connect 7 0 9 1;
#X connect 8 0 10 0;
#X connect 9 0 16 1;
#X connect 10 0 9 0;
#X connect 10 1 7 0;
#X connect 11 0 8 0;
#X connect 12 0 1 0;
#X connect 13 0 2 0;
#X connect 14 0 15 0;
#X connect 15 0 16 0;
#X connect 16 0 13 0;
#X connect 17 0 22 0;
#X connect 18 0 24 0;
#X connect 19 0 21 0;
#X connect 20 0 23 0;
#X connect 21 0 13 1;
#X connect 21 1 8 0;
#X connect 21 2 7 1;
#X connect 22 0 4 1;
#X connect 22 1 14 1;
#X connect 22 2 1 0;
#X connect 22 3 0 1;
#X connect 23 0 8 0;
#X connect 23 1 8 1;
#X connect 24 0 4 2;
#X connect 24 1 1 0;
#X connect 24 2 1 1;