aboutsummaryrefslogtreecommitdiff
path: root/ftanh~.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:14:06 +0200
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:14:06 +0200
commit90c6018a9401e38859f733b3521c919e042322b7 (patch)
treeb4a6bd88d73feafa8fa55e6fe7c5fcd7df2cab72 /ftanh~.pd
parent2daa10b2676f8befd3aaa54e70155459f9b6d79b (diff)
moved abstractions into abstractions/
Diffstat (limited to 'ftanh~.pd')
-rw-r--r--ftanh~.pd18
1 files changed, 0 insertions, 18 deletions
diff --git a/ftanh~.pd b/ftanh~.pd
deleted file mode 100644
index dfd923f..0000000
--- a/ftanh~.pd
+++ /dev/null
@@ -1,18 +0,0 @@
-#N canvas 572 83 570 197 10;
-#X obj 41 10 inlet~;
-#X obj 41 129 outlet~;
-#X text 44 162 (c) Tim Blechmann 2005 \, $Id: ftanh~.pd 223 2005-12-17 18:51:09Z tim $;
-#X obj 42 33 *~ 2;
-#X obj 74 77 +~ 1;
-#X obj 42 77 -~ 1;
-#X obj 42 103 /~;
-#X obj 42 55 exp8~;
-#X text 120 43 a fast tanh interpolation \, accurate to about 55 db
-in the range [-1 \, 1];
-#X connect 0 0 3 0;
-#X connect 3 0 7 0;
-#X connect 4 0 6 1;
-#X connect 5 0 6 0;
-#X connect 6 0 1 0;
-#X connect 7 0 4 0;
-#X connect 7 0 5 0;