uiSlider LinearBarVertical setSliderStyle #627
Replies: 2 comments 2 replies
-
Some types are definitely missing in our ctrlr uiSlider types LinearHorizontal OK LinearBarVertical MISSING |
Beta Was this translation helpful? Give feedback.
-
Hi, there I just wanted to say that if you want to add it in your build here is how to do it: #703 |
Beta Was this translation helpful? Give feedback.
-
Here's how to create vertical linear bars:
panel:getSlider("lfo rate"):getOwnedSlider():setSliderStyle(Slider.LinearBarVertical)
on panel load. The trick here is to set
Value background colour
to00000000
I don't think this can be set in the editor as far as I can see. Linear Bar always goes left to right.
Set Linear Bar Vertical_1.zip.
Credits: @Ted-juh
Beta Was this translation helpful? Give feedback.
All reactions