Is there a command to change the left and right bounds on sliders without right clicking and changing it manually? I'm looking for something similar to how (array1 resize 200) message works for arrays.
-
H Slider Resize
-
bang a message "range 0 100"
-
Thanks ktsouk.
Also, I was wondering if a good thorough list of all of pd's objects and their functions for quick reference exists anywhere on the internet? So I don't have to ask anymore basic questions like this. -
The FLOSS manual has a list of objects, though I don't know how thorough it is.
http://en.flossmanuals.net/PureData
Of course, you can always right click an object to get its help file. The range message to [hslider] is in there (albeit buried in a [pd edit] subpatch).
Feel free to ask "basic" questions, though.
-
It's nice to not hear, "Google it, you idiot," as I tried, and it's tough to find info. Thanks Maelstorm, for helping a noob.