I want to use a rotary encoder, rather than a dial/pot, to control an inlet that expects a positive fractional input ("pos" inlet on "table/play" object).
My plan to do so was to use one of Gavin's rotary encoder objects to output an integer 1-100, divide that by integer 100 to get a fractional number 0.01-1.00, then scale that number to give table/play the input that it wants. But I can't find any combination of objects to complete that final step. What am I doing wrong?
Here's a screenshot where I've tried to scale using math/*c. When I set my constant value to 64.00, the output is equal to the input, so clearly 64.00 = unity in this case. This doesn't work to control table/pitch, though when I connect a simple positive dial control, it works fine.