-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path2d.angle.line-help.pd
More file actions
39 lines (39 loc) · 1.06 KB
/
2d.angle.line-help.pd
File metadata and controls
39 lines (39 loc) · 1.06 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
#N canvas 362 58 648 394 10;
#X text 278 38 -- GEM EXAMPLE --;
#X text 36 6 Description: A ramp between two angles that takes the
quickest route.;
#X text 34 96 Inlet_1: The target angle.;
#X text 34 136 Inlet_3: Set the current angle.;
#X text 34 116 Inlet_2: Set the ramp time.;
#X text 34 165 Argument_1: The ramp time.;
#X text 34 183 Argument_2: The initial angle.;
#X obj 285 83 gems.win;
#X msg 285 59 1;
#X obj 286 124 gemhead;
#X obj 286 172 translateXYZ;
#X obj 309 146 unpack;
#X obj 285 286 rectangle 0.1 1;
#X obj 426 107 t a a a;
#X obj 427 129 2d.angle;
#X obj 285 235 rotateXYZ;
#X obj 393 217 + 90;
#X obj 285 262 translateXYZ 0 1 0;
#X msg 339 60 0;
#X obj 426 84 gems.mouse;
#X obj 427 153 2d.angle.line 100;
#X obj 38 61 2d.angle.line 5;
#X connect 8 0 7 0;
#X connect 9 0 10 0;
#X connect 10 0 15 0;
#X connect 11 0 10 1;
#X connect 11 1 10 2;
#X connect 13 0 14 1;
#X connect 13 1 14 0;
#X connect 13 2 11 0;
#X connect 14 0 20 0;
#X connect 15 0 17 0;
#X connect 16 0 15 3;
#X connect 17 0 12 0;
#X connect 18 0 7 0;
#X connect 19 0 13 0;
#X connect 20 0 16 0;