diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 01:26:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 01:26:34 +0000 |
commit | a88927720982bada5b9da445bac7653858cde587 (patch) | |
tree | bda5d51e145211a56a6d9a882b2edc5a15344558 /hid_log.pd | |
parent | bd04f45dbb9df98d1f3e9cf4c1d080a43af3cb0e (diff) |
converted to 0-1 input range
svn path=/trunk/externals/hcs/hid/; revision=2328
Diffstat (limited to 'hid_log.pd')
-rw-r--r-- | hid_log.pd | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,11 +1,9 @@ -#N canvas 792 221 373 299 10; +#N canvas 252 423 377 303 10; #X obj 84 32 inlet; #X obj 84 249 outlet; #X text 132 32 input range: -1 to 1; #X text 140 249 output range: 0 to 1; #X text 9 5 [hid_log]; -#X obj 84 96 + 1; -#X obj 84 115 / 2; #X obj 84 134 * 1.71828; #X obj 84 153 + 1; #X obj 84 193 log; @@ -14,6 +12,4 @@ #X connect 0 0 5 0; #X connect 5 0 6 0; #X connect 6 0 7 0; -#X connect 7 0 8 0; -#X connect 8 0 9 0; -#X connect 9 0 1 0; +#X connect 7 0 1 0; |