aboutsummaryrefslogtreecommitdiff
path: root/hid_log.pd
blob: a125c076cb4c7b0e5671ee2f2ba85c8a88151b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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;
#X text 140 249 output range: 0 to 1;
#X text 9 5 [hid_log];
#X obj 84 134 * 1.71828;
#X obj 84 153 + 1;
#X obj 84 193 log;
#X text 92 172 the values are scaled from 1 to e;
#X text 150 134 (e - 1);
#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;