aboutsummaryrefslogtreecommitdiff
path: root/exponential_seat.pd
diff options
context:
space:
mode:
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;