aboutsummaryrefslogtreecommitdiff
path: root/hid_exp.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-05-20 20:42:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-05-20 20:42:59 +0000
commitfccb2308e4d0cce01f2f949256aa3d880fd945c9 (patch)
tree2e467b6463e06a61530b7b641b88aef479afdb81 /hid_exp.pd
parentcfce656d6f38cc992c094eeb09f200e5c6966563 (diff)
updated math to generate proper curves
svn path=/trunk/externals/hcs/hid/; revision=3043
Diffstat (limited to 'hid_exp.pd')
-rw-r--r--hid_exp.pd19
1 files changed, 7 insertions, 12 deletions
diff --git a/hid_exp.pd b/hid_exp.pd
index b17ce93..b7ca7a4 100644
--- a/hid_exp.pd
+++ b/hid_exp.pd
@@ -1,16 +1,11 @@
-#N canvas 76 444 487 313 10;
+#N canvas 225 325 499 325 10;
#X obj 72 38 inlet;
-#X obj 86 263 outlet;
+#X obj 72 258 outlet;
#X text 120 38 input range: 0 to 1;
-#X text 142 263 output range: 0 to 1;
+#X text 128 258 output range: 0 to 1;
#X text 7 9 [hid_exp];
-#X obj 86 178 pow;
-#X obj 72 140 t b f;
-#X msg 72 159 2;
-#X obj 86 220 - 1;
+#X obj 73 142 dbtorms;
+#X obj 73 120 * 100;
#X connect 0 0 6 0;
-#X connect 5 0 8 0;
-#X connect 6 0 7 0;
-#X connect 6 1 5 1;
-#X connect 7 0 5 0;
-#X connect 8 0 1 0;
+#X connect 5 0 1 0;
+#X connect 6 0 5 0;