Potmeter and their range


#22

Something that might be useful to you:

The << object allows you to double things. More specifically it multiplies by 2 to the power of its attribute. So 1 is *2, 2 is *4, 3 is *8 etc. It will overflow if you exceed the range, but there wouldn't be any objects responding beyond that anyway so there would never be a reason to go past that.


#23

or "math/muls 8" to multiply by 8, while safely saturating to normal range.


#24

I assumed they wanted to get a range beyond -64 to 64.


#25

Great!i wil try this both ways, our maybe combination. I'm having some other things to solve also.I will try myself a bit more and if I can't solve it I will be back again!thanks again!