aboutsummaryrefslogtreecommitdiff
path: root/circular.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-17 05:25:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-17 05:25:46 +0000
commit271bd5960eb6d11edb21ed7070dc92cbb4aa48a6 (patch)
treee14a3909c98c2393b83389a0f51649e8bf4812b5 /circular.pd
parent9326d1df4dde05b6ce826d87dd9feef78b3fcb4b (diff)
went on a curve binge at the Patching Circle. I also discovered that Cyrille's breakpoint_smooth is the same as elliptic.pd
svn path=/trunk/externals/mapping/; revision=7571
Diffstat (limited to 'circular.pd')
-rw-r--r--circular.pd6
1 files changed, 6 insertions, 0 deletions
diff --git a/circular.pd b/circular.pd
new file mode 100644
index 0000000..1cb0bfb
--- /dev/null
+++ b/circular.pd
@@ -0,0 +1,6 @@
+#N canvas 577 316 599 452 10;
+#X obj 62 10 inlet;
+#X obj 195 405 outlet;
+#X obj 65 172 expr 1 - sqrt(1 - pow($f1 \, 2));
+#X connect 0 0 2 0;
+#X connect 2 0 1 0;