Hi,
So basically I need to do something like what @ncthom tries to achieve here (Ableton Live-Style Text Slider), except a bit simpler. I need the slider to slide vertically, but not necessarily fill up horizontally, so I was able to get away with simply using LinearBarVertical
, and using the settings at Ableton Live-Style Text Slider - #4 by RustyPine the sliding behavior is acceptable (also I’ll bring up some thoughts and room for documentation improvement regarding setVelocityModeParameters
a bit later in this post).
Now to the slight problem, as mentioned in the title, the cursor disappears as I slide. The cursor didn’t behave that way before I set the setVelocityBasedMode
to true. As you can see here:
Question: how to make it not do that?
And a comment on the doc I mentioned earlier:
The parameters definition here is so unclear. Higher values than 1.0? by how much? 2.0? 200.0? I believe a range would be miles better. Thanks!
Best,
hotland3x3