Sliders
Can sliders work with decimal numbers instead of integers? I'm trying to use a slider to affect a Vizzie module, however the maximum value for the On is 1, so I have to work from 0 to 0.9 for the module. However, sliders only work with integers, anyone knows how to use sliders with decimal numbers?
Max Patch
Copy patch and select New From Clipboard in Max.
Hey there,
The slider object attributes (and a lot of other objects too) can be modified in the inspector.
To access the object inspector select the object and command+I in OSx or control+I in Windows.
The patch pasted below shows two ways to set a slider to 0.-1. output. Copy it and go to file>new from clipboard in Max to open it.
hey john! thanks so much for the help! it works!! :D