aboutsummaryrefslogtreecommitdiff
path: root/hid_exp.pd
blob: a96ee0f86afbcf83ad97f9b480e51b25b3ff68d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#N canvas 710 539 483 309 10;
#X obj 72 38 inlet;
#X obj 86 263 outlet;
#X text 120 38 input range: -1 to 1;
#X text 142 263 output range: 0 to 1;
#X text 7 9 [hid_exp];
#X obj 72 99 / 2;
#X obj 86 178 pow;
#X obj 72 140 t b f;
#X msg 72 159 2;
#X obj 72 80 + 1;
#X obj 86 220 - 1;
#X connect 0 0 9 0;
#X connect 5 0 7 0;
#X connect 6 0 10 0;
#X connect 7 0 8 0;
#X connect 7 1 6 1;
#X connect 8 0 6 0;
#X connect 9 0 5 0;
#X connect 10 0 1 0;