aboutsummaryrefslogtreecommitdiff
path: root/pd/curve_exp.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/curve_exp.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/curve_exp.pd')
-rw-r--r--pd/curve_exp.pd24
1 files changed, 0 insertions, 24 deletions
diff --git a/pd/curve_exp.pd b/pd/curve_exp.pd
deleted file mode 100644
index a15e6b5..0000000
--- a/pd/curve_exp.pd
+++ /dev/null
@@ -1,24 +0,0 @@
-#N canvas 225 325 511 337 10;
-#X obj 37 25 inlet;
-#X obj 37 262 outlet;
-#X obj 38 63 moses 0;
-#X obj 22 189 * -1;
-#X obj 22 168 dbtorms;
-#X obj 22 142 * 100;
-#X obj 83 142 * 100;
-#X obj 83 169 dbtorms;
-#X text 85 25 input range: -1 to 1;
-#X text 93 262 output range: -1 to 1;
-#X text 248 296 released under the GNU GPL;
-#X text 31 282 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
-;
-#X obj 22 116 * -1;
-#X connect 0 0 2 0;
-#X connect 2 0 12 0;
-#X connect 2 1 6 0;
-#X connect 3 0 1 0;
-#X connect 4 0 3 0;
-#X connect 5 0 4 0;
-#X connect 6 0 7 0;
-#X connect 7 0 1 0;
-#X connect 12 0 5 0;