aboutsummaryrefslogtreecommitdiff
path: root/hid_log.pd
diff options
context:
space:
mode:
Diffstat (limited to 'hid_log.pd')
-rw-r--r--hid_log.pd8
1 files changed, 6 insertions, 2 deletions
diff --git a/hid_log.pd b/hid_log.pd
index 4ded8d1..a125c07 100644
--- a/hid_log.pd
+++ b/hid_log.pd
@@ -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;