aboutsummaryrefslogtreecommitdiff
path: root/circular_sigmoid.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-10 05:38:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-10 05:38:15 +0000
commit3739ef59d6ffde0f8833626b8fee143a26470e9f (patch)
tree4a3e9740036c841cc4836c75b5e9882fcdb743ce /circular_sigmoid.pd
parentfa15d34df1b8e89fa4847912684ec8400ed0a812 (diff)
lots of curves inspired by Golan Levin's processing shapers
svn path=/trunk/externals/mapping/; revision=7553
Diffstat (limited to 'circular_sigmoid.pd')
-rw-r--r--circular_sigmoid.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/circular_sigmoid.pd b/circular_sigmoid.pd
new file mode 100644
index 0000000..aa2afc9
--- /dev/null
+++ b/circular_sigmoid.pd
@@ -0,0 +1,20 @@
+#N canvas 393 34 599 452 10;
+#X obj 62 10 inlet;
+#X obj 195 405 outlet;
+#X obj 240 10 loadbang;
+#X obj 167 9 inlet;
+#X obj 167 50 purepd/float_argument \$1;
+#X obj 131 114 moses;
+#X obj 14 208 expr $f2 - sqrt($f2*$f2 - $f1*$f1);
+#X obj 235 207 expr $f2 + sqrt(pow(1 - $f2 \, 2) - pow($f1 - 1 \, 2))
+;
+#X connect 0 0 5 0;
+#X connect 2 0 4 0;
+#X connect 3 0 4 0;
+#X connect 4 0 5 1;
+#X connect 4 0 6 1;
+#X connect 4 0 7 1;
+#X connect 5 0 6 0;
+#X connect 5 1 7 0;
+#X connect 6 0 1 0;
+#X connect 7 0 1 0;