aboutsummaryrefslogtreecommitdiff
path: root/degreeToRadian.pd
blob: 0e0ca1c8047275e371c21e5f498f9d0af4d6d3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#N canvas 426 297 448 298 10;
#X obj 79 86 inlet;
#X obj 79 172 outlet;
#X obj 151 121 / 45;
#X obj 151 55 loadbang;
#X obj 79 120 f;
#X obj 151 98 atan;
#X msg 151 77 1;
#X text 73 27 taken from zexy;
#X obj 79 144 *;
#X connect 0 0 4 0;
#X connect 2 0 8 1;
#X connect 3 0 6 0;
#X connect 4 0 8 0;
#X connect 5 0 2 0;
#X connect 6 0 5 0;
#X connect 8 0 1 0;