aboutsummaryrefslogtreecommitdiff
path: root/hid_exp.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-28 01:26:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-28 01:26:34 +0000
commita88927720982bada5b9da445bac7653858cde587 (patch)
treebda5d51e145211a56a6d9a882b2edc5a15344558 /hid_exp.pd
parentbd04f45dbb9df98d1f3e9cf4c1d080a43af3cb0e (diff)
converted to 0-1 input range
svn path=/trunk/externals/hcs/hid/; revision=2328
Diffstat (limited to 'hid_exp.pd')
-rw-r--r--hid_exp.pd18
1 files changed, 7 insertions, 11 deletions
diff --git a/hid_exp.pd b/hid_exp.pd
index a96ee0f..de43e75 100644
--- a/hid_exp.pd
+++ b/hid_exp.pd
@@ -1,20 +1,16 @@
-#N canvas 710 539 483 309 10;
+#N canvas 76 444 487 313 10;
#X obj 72 38 inlet;
#X obj 86 263 outlet;
#X text 120 38 input range: -1 to 1;
#X text 142 263 output range: 0 to 1;
#X text 7 9 [hid_exp];
-#X obj 72 99 / 2;
#X obj 86 178 pow;
#X obj 72 140 t b f;
#X msg 72 159 2;
-#X obj 72 80 + 1;
#X obj 86 220 - 1;
-#X connect 0 0 9 0;
-#X connect 5 0 7 0;
-#X connect 6 0 10 0;
-#X connect 7 0 8 0;
-#X connect 7 1 6 1;
-#X connect 8 0 6 0;
-#X connect 9 0 5 0;
-#X connect 10 0 1 0;
+#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;