Patterned multislider/pictslider/bar graph
Hi all! I'm very new to Max MSP so please bear with me.
At the momenet I'm devloping the GUI for a program I've written. I'm trying to style a mutislider or pictslider so that the bar(s) have a patterned overlay, similarly to this image (although I plan to use a different pattern): http://www.uwlax.edu/biology/communication/images/fig%203.gif
Is there any way to do this in max?
normally this is a basic functionality of picture slider, you just have to create 100 images for it, which can be a pita.
or such a picture slider i would recommend to use an ubutton on top or a lcd in background for the mousing, so that you can scale the mouse speed to your needs.
you could also create a static image (with the image object?) and use the "size" and position commands for _scripting the slider size.
-110
with knobman is possible
Sorry for the late reply, but thank you very much for your help!