aboutsummaryrefslogtreecommitdiff
path: root/pi.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 05:11:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 05:11:28 +0000
commit2b443898636e4366ae4d4cca6e3a8ef517adaca5 (patch)
tree6f987e437d30e947487fe6c7fc2e95db910bc3c6 /pi.pd
parentc1b8c67d335f778532fe12cf45e2ede85d067373 (diff)
some random little shortcut objects that I use here and there. Someday they'll find their way into a proper library
svn path=/trunk/externals/hcs/; revision=4433
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;