aboutsummaryrefslogtreecommitdiff
path: root/exponential_sigmoid.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
commitfe8987b009e6383ddd7150bbee734e2bac8afc22 (patch)
tree504f6d94aebeb95f3767aa0346b790667303d1aa /exponential_sigmoid.pd
parent1b6ee2499d403ea95066ed929749147cfffe7efb (diff)
merged in relevant changes from the v0-40 pd-extended release branch
svn path=/trunk/externals/mapping/; revision=10266
Diffstat (limited to 'exponential_sigmoid.pd')
-rw-r--r--exponential_sigmoid.pd15
1 files changed, 10 insertions, 5 deletions
diff --git a/exponential_sigmoid.pd b/exponential_sigmoid.pd
index 962c2b0..519f5a8 100644
--- a/exponential_sigmoid.pd
+++ b/exponential_sigmoid.pd
@@ -1,22 +1,24 @@
-#N canvas 277 167 454 439 10;
+#N canvas 131 106 433 390 10;
#X obj 62 10 inlet;
-#X obj 195 405 outlet;
+#X obj 95 355 outlet;
#X obj 240 10 loadbang;
#X obj 167 9 inlet;
#X obj 167 50 purepd/float_argument \$1;
#X obj 62 84 moses 0.5;
-#X obj 14 208 expr pow(2*$f1 \, 1/$f2)/2;
-#X obj 200 206 expr 1 - (pow(2*(1-$f1) \, 1/$f2)/2);
+#X obj 14 248 expr pow(2*$f1 \, 1/$f2)/2;
+#X obj 200 246 expr 1 - (pow(2*(1-$f1) \, 1/$f2)/2);
#X obj 167 97 bang;
#X obj 167 77 moses 1e-06;
#X msg 167 118 1e-06;
#X text 272 98 constrain to >0;
+#X obj 200 195 moses 1;
+#X msg 239 217 1;
#X connect 0 0 5 0;
#X connect 2 0 4 0;
#X connect 3 0 4 0;
#X connect 4 0 9 0;
#X connect 5 0 6 0;
-#X connect 5 1 7 0;
+#X connect 5 1 12 0;
#X connect 6 0 1 0;
#X connect 7 0 1 0;
#X connect 8 0 10 0;
@@ -25,3 +27,6 @@
#X connect 9 1 6 1;
#X connect 10 0 6 1;
#X connect 10 0 7 1;
+#X connect 12 0 7 0;
+#X connect 12 1 13 0;
+#X connect 13 0 7 0;