aboutsummaryrefslogtreecommitdiff
path: root/exponential_seat.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-03 04:30:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-03 04:30:16 +0000
commit98ab064a48bca2b091db32de9c9f18c5bb883e31 (patch)
tree4677e1ae5d677a8707160298113357a38f710a5e /exponential_seat.pd
parent9cdeb472704ef425631a8fa42655c47eabd16ef8 (diff)
a complete single parameter curve (exponential_seat) and a complete double parameter curve (double_linear)
svn path=/trunk/externals/mapping/; revision=7540
Diffstat (limited to 'exponential_seat.pd')
-rw-r--r--exponential_seat.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/exponential_seat.pd b/exponential_seat.pd
new file mode 100644
index 0000000..c318d6e
--- /dev/null
+++ b/exponential_seat.pd
@@ -0,0 +1,18 @@
+#N canvas 405 334 496 458 10;
+#X obj 62 10 inlet;
+#X obj 106 405 outlet;
+#X obj 240 10 loadbang;
+#X obj 167 9 inlet;
+#X obj 167 50 purepd/float_argument \$1;
+#X obj 62 114 moses 0.5;
+#X obj 246 205 expr 1 - pow(2*(1-$f1) \, 1-$f2) / 2;
+#X obj 38 205 expr pow(2 * $f1 \, 1 - $f2) / 2;
+#X connect 0 0 5 0;
+#X connect 2 0 4 0;
+#X connect 3 0 4 0;
+#X connect 4 0 6 1;
+#X connect 4 0 7 1;
+#X connect 5 0 7 0;
+#X connect 5 1 6 0;
+#X connect 6 0 1 0;
+#X connect 7 0 1 0;