diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-04-10 17:52:07 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-04-10 17:52:07 +0000 |
commit | 779b45410e8c76b2984d26823e97310c7601b38f (patch) | |
tree | c3fea5dab11bd7b6285f7764efc518657f626eb9 /puremapping/curve_exp.pd | |
parent | bf86048f7010a51cbfe50c9f417f7cf8dbb2b8c0 (diff) |
initial commit of the puremapping abstraction collection
svn path=/trunk/abstractions/nusmuk/; revision=11004
Diffstat (limited to 'puremapping/curve_exp.pd')
-rw-r--r-- | puremapping/curve_exp.pd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/puremapping/curve_exp.pd b/puremapping/curve_exp.pd new file mode 100644 index 0000000..a15e6b5 --- /dev/null +++ b/puremapping/curve_exp.pd @@ -0,0 +1,24 @@ +#N canvas 225 325 511 337 10; +#X obj 37 25 inlet; +#X obj 37 262 outlet; +#X obj 38 63 moses 0; +#X obj 22 189 * -1; +#X obj 22 168 dbtorms; +#X obj 22 142 * 100; +#X obj 83 142 * 100; +#X obj 83 169 dbtorms; +#X text 85 25 input range: -1 to 1; +#X text 93 262 output range: -1 to 1; +#X text 248 296 released under the GNU GPL; +#X text 31 282 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at> +; +#X obj 22 116 * -1; +#X connect 0 0 2 0; +#X connect 2 0 12 0; +#X connect 2 1 6 0; +#X connect 3 0 1 0; +#X connect 4 0 3 0; +#X connect 5 0 4 0; +#X connect 6 0 7 0; +#X connect 7 0 1 0; +#X connect 12 0 5 0; |