diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2006-02-20 19:59:42 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2006-02-20 19:59:42 +0000 |
commit | b4ca77de211a1bf4a92578b4a210715fe198fc93 (patch) | |
tree | 032bcf6782e82e9e44025cbdd735127c769696e7 | |
parent | b0694283829f7627cd424ae0a417b6eb5c985377 (diff) |
change the curve shape mapping.
----------------------------------------------------------------------
----------------------------------------------------------------------
svn path=/trunk/externals/mapping/; revision=4602
-rw-r--r-- | curve.pd | 21 | ||||
-rw-r--r-- | pd/curve.pd | 21 |
2 files changed, 2 insertions, 40 deletions
@@ -15,26 +15,7 @@ #X obj 257 50 any_argument \$1; #X obj 257 70 route float; #X obj 257 155 t f b; -#N canvas 784 233 470 320 process 0; -#X obj 96 30 inlet; -#X obj 132 283 outlet; -#X obj 97 100 moses 0; -#X obj 96 128 * -1; -#X obj 96 180 * -1; -#X obj 96 69 * 2; -#X obj 142 128 pow 3; -#X obj 96 153 pow 3; -#X text 22 4 this is just a guess \, there is probably a better formula -for this.; -#X connect 0 0 5 0; -#X connect 2 0 3 0; -#X connect 2 1 6 0; -#X connect 3 0 7 0; -#X connect 4 0 1 0; -#X connect 5 0 2 0; -#X connect 6 0 1 0; -#X connect 7 0 4 0; -#X restore 257 117 pd process curve value; +#X obj 257 117 * 10; #X connect 0 0 3 0; #X connect 1 0 8 0; #X connect 2 0 13 1; diff --git a/pd/curve.pd b/pd/curve.pd index 7c4d919..444124b 100644 --- a/pd/curve.pd +++ b/pd/curve.pd @@ -15,26 +15,7 @@ #X obj 257 50 any_argument \$1; #X obj 257 70 route float; #X obj 257 155 t f b; -#N canvas 784 233 470 320 process 0; -#X obj 96 30 inlet; -#X obj 132 283 outlet; -#X obj 97 100 moses 0; -#X obj 96 128 * -1; -#X obj 96 180 * -1; -#X obj 96 69 * 2; -#X obj 142 128 pow 3; -#X obj 96 153 pow 3; -#X text 22 4 this is just a guess \, there is probably a better formula -for this.; -#X connect 0 0 5 0; -#X connect 2 0 3 0; -#X connect 2 1 6 0; -#X connect 3 0 7 0; -#X connect 4 0 1 0; -#X connect 5 0 2 0; -#X connect 6 0 1 0; -#X connect 7 0 4 0; -#X restore 257 117 pd process curve value; +#X obj 257 117 * 10; #X connect 0 0 3 0; #X connect 1 0 8 0; #X connect 2 0 13 1; |