From a4d12aa429a4d52810f7de54e0f37114600008b6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Apr 2005 05:54:46 +0000 Subject: added input range limiting svn path=/trunk/externals/hcs/hid/; revision=2844 --- hid_cuberoot.pd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hid_cuberoot.pd') diff --git a/hid_cuberoot.pd b/hid_cuberoot.pd index 096f3c7..2389a3d 100644 --- a/hid_cuberoot.pd +++ b/hid_cuberoot.pd @@ -1,9 +1,13 @@ -#N canvas 612 444 436 353 10; +#N canvas 612 444 440 357 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 73 162 pow 0.333333; #X text 41 18 [hid_cuberoot]; -#X connect 0 0 4 0; +#X obj 72 95 min 1; +#X obj 72 115 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; -- cgit v1.2.1