On 04/02/13 23:37, Simon Wise wrote:
On 04/02/13 14:09, Jonathan Wilkes wrote:
can set a boundary range within the slider. sort of like being able to select a range of a particular sample graphically. heres the max picture reference link:
look at [pd edit] inside one of the helps for sliders .. [vslider-help] will do ... you can set the range of ordinary pd sliders via a message
But the point is probably to get visual feedback for a range between two values, bounded within a min and max value. For that to work the indicator tick must be expandable while staying within the gui border. (Well, it does sometimes expand to 4 pixels wide right in the middle but that's a bug.)
sure, the tick is not adjustable and if you want some visual feedback [cnv] will do the job ... here's another example, a bit more elaborate and all vanilla ... its mid summer here, way too hot for anything serious!
here is another iteration, the end points and zoom adjustable plus some state saving ... just using sliders and canvases.
open rangeslider.pd, it uses vrangeslider.pd
Simon