aboutsummaryrefslogtreecommitdiff
path: root/sigmoid_booster~.pd
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-11-20 00:31:44 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:50 +0200
commit3f08071defc2b06e68f44bacf04566be120c2a1a (patch)
treecaf42e301c9e9d7c22fe21c49166278127f965fe /sigmoid_booster~.pd
parent057c7afaf898b043245f0972d4f0ca5251afb781 (diff)
checking in some more abstractions
svn path=/trunk/abstractions/tb/; revision=3984
Diffstat (limited to 'sigmoid_booster~.pd')
-rw-r--r--sigmoid_booster~.pd35
1 files changed, 35 insertions, 0 deletions
diff --git a/sigmoid_booster~.pd b/sigmoid_booster~.pd
new file mode 100644
index 0000000..fd47063
--- /dev/null
+++ b/sigmoid_booster~.pd
@@ -0,0 +1,35 @@
+#N canvas 488 227 567 322 10;
+#X obj 69 40 dbtorms;
+#X obj 69 21 inlet pregain;
+#X obj 26 1 inlet~;
+#X obj 26 78 *~ -5;
+#X obj 26 135 pow~;
+#X obj 26 154 +~ 1;
+#X obj 26 222 -~ 1;
+#X obj 123 216 dbtorms;
+#X obj 123 197 inlet postgain;
+#X obj 26 262 outlet~;
+#X obj 26 59 volctl~ \$1 10;
+#X obj 26 241 volctl~ \$2 10;
+#X obj 49 97 init 1;
+#X obj 49 116 exp;
+#X text 203 21 direct port of TAP Sigmoid Booster by Tom Szilagyi \,
+except that it's using pd's db scaling instead of tap's;
+#X obj 26 181 sig~ 2;
+#X obj 26 203 /~;
+#X text 28 287 $Id: sigmoid_booster~.pd 194 2005-11-20 01:17:05Z tim $;
+#X connect 0 0 10 1;
+#X connect 1 0 0 0;
+#X connect 2 0 10 0;
+#X connect 3 0 4 0;
+#X connect 4 0 5 0;
+#X connect 5 0 16 1;
+#X connect 6 0 11 0;
+#X connect 7 0 11 1;
+#X connect 8 0 7 0;
+#X connect 10 0 3 0;
+#X connect 11 0 9 0;
+#X connect 12 0 13 0;
+#X connect 13 0 4 1;
+#X connect 15 0 16 0;
+#X connect 16 0 6 0;