aboutsummaryrefslogtreecommitdiff
path: root/hid_cube.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-26 04:44:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-26 04:44:38 +0000
commit19f35dd2a5d1c04d690697b1561836e573c9970a (patch)
treedea59f66c13e2e60f5b7276538b648c126540ef2 /hid_cube.pd
parent78ce2a6eaf985013d85123ed837168fa0fdb0416 (diff)
added input range limiting
svn path=/trunk/externals/hcs/hid/; revision=2822
Diffstat (limited to 'hid_cube.pd')
-rw-r--r--hid_cube.pd8
1 files changed, 6 insertions, 2 deletions
diff --git a/hid_cube.pd b/hid_cube.pd
index 83957ed..6919aa9 100644
--- a/hid_cube.pd
+++ b/hid_cube.pd
@@ -1,9 +1,13 @@
-#N canvas 381 547 479 305 10;
+#N canvas 381 547 483 309 10;
#X obj 72 63 inlet;
#X obj 72 240 outlet;
#X text 120 63 input range: 0 to 1;
#X text 128 240 output range: 0 to 1;
#X obj 72 166 pow 3;
#X text 7 9 [hid_cube];
-#X connect 0 0 4 0;
+#X obj 72 106 min 1;
+#X obj 72 126 max 0;
+#X connect 0 0 6 0;
#X connect 4 0 1 0;
+#X connect 6 0 7 0;
+#X connect 7 0 4 0;