aboutsummaryrefslogtreecommitdiff
path: root/degreeToRadian.pd
diff options
context:
space:
mode:
Diffstat (limited to 'degreeToRadian.pd')
-rw-r--r--degreeToRadian.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/degreeToRadian.pd b/degreeToRadian.pd
new file mode 100644
index 0000000..0e0ca1c
--- /dev/null
+++ b/degreeToRadian.pd
@@ -0,0 +1,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;