diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-26 04:44:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-04-26 04:44:38 +0000 |
commit | 19f35dd2a5d1c04d690697b1561836e573c9970a (patch) | |
tree | dea59f66c13e2e60f5b7276538b648c126540ef2 /hid_log.pd | |
parent | 78ce2a6eaf985013d85123ed837168fa0fdb0416 (diff) |
added input range limiting
svn path=/trunk/externals/hcs/hid/; revision=2822
Diffstat (limited to 'hid_log.pd')
-rw-r--r-- | hid_log.pd | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#N canvas 252 423 377 303 10; +#N canvas 252 423 381 307 10; #X obj 84 32 inlet; #X obj 84 249 outlet; #X text 132 32 input range: 0 to 1; @@ -9,7 +9,11 @@ #X obj 84 193 log; #X text 92 172 the values are scaled from 1 to e; #X text 150 134 (e - 1); -#X connect 0 0 5 0; +#X obj 84 65 min 1; +#X obj 84 86 max 0; +#X connect 0 0 10 0; #X connect 5 0 6 0; #X connect 6 0 7 0; #X connect 7 0 1 0; +#X connect 10 0 11 0; +#X connect 11 0 5 0; |