diff options
Diffstat (limited to 'pd/curve_exp.pd')
-rw-r--r-- | pd/curve_exp.pd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pd/curve_exp.pd b/pd/curve_exp.pd new file mode 100644 index 0000000..b7ca7a4 --- /dev/null +++ b/pd/curve_exp.pd @@ -0,0 +1,11 @@ +#N canvas 225 325 499 325 10; +#X obj 72 38 inlet; +#X obj 72 258 outlet; +#X text 120 38 input range: 0 to 1; +#X text 128 258 output range: 0 to 1; +#X text 7 9 [hid_exp]; +#X obj 73 142 dbtorms; +#X obj 73 120 * 100; +#X connect 0 0 6 0; +#X connect 5 0 1 0; +#X connect 6 0 5 0; |