-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathline_send.pd
More file actions
27 lines (27 loc) · 749 Bytes
/
line_send.pd
File metadata and controls
27 lines (27 loc) · 749 Bytes
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
#N canvas 2047 257 743 254 12;
#X obj 72 4 inlet;
#X obj 72 133 line;
#X msg 72 86 \$1 \$2;
#X obj 72 177 s \$4;
#X obj 72 65 pack \$2 \$3;
#X text 450 13 creation arguments: \; 1 start-val \; 2 target \; 3
time \; 4 send \; 5 exponent \; 6 0 or 1 = don't use startval \;;
#X obj 6 90 r reset;
#X msg 6 114 stop;
#X obj 152 65 expr if(\$6==0 \, \$1 \, $f2);
#X obj 72 155 expr pow((($f1 - $f2) / (\$2 - $f2)) \, if (\$5==0 \,
1 \, \$5)) * (\$2 - $f2) + $f2, f 80;
#X obj 72 24 t b b;
#X obj 310 43 r \$4;
#X connect 0 0 10 0;
#X connect 1 0 9 0;
#X connect 2 0 1 0;
#X connect 4 0 2 0;
#X connect 6 0 7 0;
#X connect 7 0 1 0;
#X connect 8 0 9 1;
#X connect 8 0 1 0;
#X connect 9 0 3 0;
#X connect 10 0 4 0;
#X connect 10 1 8 0;
#X connect 11 0 8 1;