aboutsummaryrefslogtreecommitdiff
path: root/hid_cuberoot.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_cuberoot.pd
parentbd04f45dbb9df98d1f3e9cf4c1d080a43af3cb0e (diff)
converted to 0-1 input range
svn path=/trunk/externals/hcs/hid/; revision=2328
Diffstat (limited to 'hid_cuberoot.pd')
-rw-r--r--hid_cuberoot.pd12
1 files changed, 4 insertions, 8 deletions
diff --git a/hid_cuberoot.pd b/hid_cuberoot.pd
index 18a7c86..514c19e 100644
--- a/hid_cuberoot.pd
+++ b/hid_cuberoot.pd
@@ -1,13 +1,9 @@
-#N canvas 860 465 432 349 10;
+#N canvas 612 444 436 353 10;
#X obj 72 63 inlet;
#X obj 72 240 outlet;
#X text 120 63 input range: -1 to 1;
#X text 128 240 output range: 0 to 1;
-#X text 41 18 [hid_sqrt];
-#X obj 73 117 + 1;
-#X obj 73 140 / 2;
#X obj 73 162 pow 0.333333;
-#X connect 0 0 5 0;
-#X connect 5 0 6 0;
-#X connect 6 0 7 0;
-#X connect 7 0 1 0;
+#X text 41 18 [hid_cuberoot];
+#X connect 0 0 4 0;
+#X connect 4 0 1 0;