scale -1. 1. to 0. 1.
Hi Guys,
Maybe a dump question, but really hard to google it.
How to properly scale -1. 1. to 0. 1.
If I'm using scale, the output will be 0.5-1.0
Could somebody help me out?
How about...
[+ 1.]
|
[* 0.5]
Max Patch
Copy patch and select New From Clipboard in Max.
with me it works as expected:
-1. becomes 0.
0. becomes 0.5
1. becomes 1.
is this what you wanted?