aboutsummaryrefslogtreecommitdiff
path: root/pi.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pi.pd')
-rw-r--r--pi.pd11
1 files changed, 11 insertions, 0 deletions
diff --git a/pi.pd b/pi.pd
new file mode 100644
index 0000000..75708b5
--- /dev/null
+++ b/pi.pd
@@ -0,0 +1,11 @@
+#N canvas 471 415 249 195 10;
+#X obj 36 56 inlet;
+#X obj 82 161 outlet;
+#X obj 82 98 bang;
+#X msg 82 130 3.14159;
+#X obj 122 56 loadbang;
+#X text 15 17 bang to get the value of pi;
+#X connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 3 0 1 0;
+#X connect 4 0 2 0;