aboutsummaryrefslogtreecommitdiff
path: root/simplified_quadratic.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 /simplified_quadratic.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 'simplified_quadratic.pd')
-rw-r--r--simplified_quadratic.pd32
1 files changed, 32 insertions, 0 deletions
diff --git a/simplified_quadratic.pd b/simplified_quadratic.pd
new file mode 100644
index 0000000..a38e739
--- /dev/null
+++ b/simplified_quadratic.pd
@@ -0,0 +1,32 @@
+#N canvas 206 281 589 471 10;
+#X obj 22 10 inlet;
+#X obj 174 435 outlet;
+#X obj 270 10 loadbang;
+#X obj 167 9 inlet;
+#X obj 167 50 purepd/float_argument \$1;
+#X obj 167 157 select 0.5;
+#X obj 224 209 float;
+#X msg 167 181 0.50001;
+#X text 225 181 prevent divide by 0;
+#X obj 271 243 expr 1 - 2*$f1;
+#X obj 22 280 expr (sqrt($f2*$f2 + $f3*$f1) - $f2) / $f3;
+#X obj 175 339 expr (1 - 2*$f2)*($f1*$f1) + (2*$f2)*$f1;
+#X obj 278 82 * 2;
+#X obj 317 126 - 1;
+#X obj 278 104 moses 1;
+#X connect 0 0 10 0;
+#X connect 2 0 4 0;
+#X connect 3 0 4 0;
+#X connect 4 0 12 0;
+#X connect 5 0 7 0;
+#X connect 5 1 6 0;
+#X connect 6 0 9 0;
+#X connect 6 0 10 1;
+#X connect 7 0 6 0;
+#X connect 9 0 10 2;
+#X connect 10 0 11 0;
+#X connect 11 0 1 0;
+#X connect 12 0 14 0;
+#X connect 13 0 11 1;
+#X connect 14 0 5 0;
+#X connect 14 1 13 0;