sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

How to extend the Slider #168

Open pereamengual opened 3 years ago

pereamengual commented 3 years ago

https://user-images.githubusercontent.com/32216785/112381289-b57c7300-8cea-11eb-93d3-e4496eef0096.mov

Hi.

I have successfully extended a Knob to make it able to show bipolar values (as in the attached video) but I'm having some trouble to do the same thing to a Slider, as internally it draws different display() methods for SliderViewV and SliderViewH.

Is it possible to achieve what I'm trying to do?

Thanks a lot in advance.