aboutsummaryrefslogtreecommitdiff
path: root/curve_exp.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
commit6252435d46370211ee4af19a51845a66b3c2f96f (patch)
tree263658f500bdc665a400836f6825e19a0af30eb5 /curve_exp.pd
parent043dfe0ae677c018cde28cb84e1abe5ae1fe5205 (diff)
cleaned up a lot of hid_ cruft; renamed some hid_ objects to better names; added more objects from hid_ and wrote more curve objects
svn path=/trunk/externals/mapping/; revision=4515
Diffstat (limited to 'curve_exp.pd')
-rw-r--r--curve_exp.pd33
1 files changed, 23 insertions, 10 deletions
diff --git a/curve_exp.pd b/curve_exp.pd
index b7ca7a4..e77d677 100644
--- a/curve_exp.pd
+++ b/curve_exp.pd
@@ -1,11 +1,24 @@
-#N canvas 225 325 499 325 10;
-#X obj 72 38 inlet;
-#X obj 72 258 outlet;
-#X text 120 38 input range: 0 to 1;
-#X text 128 258 output range: 0 to 1;
-#X text 7 9 [hid_exp];
-#X obj 73 142 dbtorms;
-#X obj 73 120 * 100;
-#X connect 0 0 6 0;
-#X connect 5 0 1 0;
+#N canvas 225 325 507 333 10;
+#X obj 37 25 inlet;
+#X obj 37 262 outlet;
+#X obj 38 63 moses 0;
+#X obj 22 116 abs;
+#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 connect 0 0 2 0;
+#X connect 2 0 3 0;
+#X connect 2 1 7 0;
+#X connect 3 0 6 0;
+#X connect 4 0 1 0;
+#X connect 5 0 4 0;
#X connect 6 0 5 0;
+#X connect 7 0 8 0;
+#X connect 8 0 1 0;