From 271bd5960eb6d11edb21ed7070dc92cbb4aa48a6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Apr 2007 05:25:46 +0000 Subject: 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 --- circular.pd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 circular.pd (limited to 'circular.pd') 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; -- cgit v1.2.1