scale -1. 1. to 0. 1.

snaper's icon

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?

bkshepard's icon

How about...
[+ 1.]
|
[* 0.5]

MrMaarten's icon
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?