-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcar2pol~.pd
More file actions
26 lines (26 loc) · 752 Bytes
/
car2pol~.pd
File metadata and controls
26 lines (26 loc) · 752 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
#N canvas 713 173 497 332 10;
#X text 290 145 Part of ELSE \; https://github.com/porres/pd-else;
#X text 292 126 Alexandre Torres Porres (2018);
#X obj 112 52 inlet~;
#X obj 75 135 *~;
#X obj 47 53 inlet~;
#X obj 60 163 +~;
#X obj 60 188 sqrt~;
#X obj 60 216 outlet~;
#X obj 131 216 outlet~;
#X obj 33 134 *~;
#X obj 131 138 expr~ atan2($v2 \, $v1);
#X text 293 41 THIS ABSTRACTION HAS BEEN COPIED;
#X text 293 66 This abstraction is copied from the Else library for
convinience \, details of the author and source below:, f 32;
#X connect 2 0 3 1;
#X connect 2 0 3 0;
#X connect 2 0 10 1;
#X connect 3 0 5 1;
#X connect 4 0 9 0;
#X connect 4 0 9 1;
#X connect 4 0 10 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 9 0 5 0;
#X connect 10 0 8 0;