Welcome to Decent Sampler Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
I have a vertical drag control that I am using a custom knob skin on, but the control seems to be set a few coordinates lower on the Y axis than the skin because it can only be interacted with when clicking on the lower half of the knob skin. I have a bunch of other knobs that work perfectly which is weird to me because Its the exact same code for them, just different X and Y values, and different bindings.
closed with the note: solved
in Sample Creation by miguel-torres (150 points)
reshown by miguel-torres

1 Answer

+1 vote
I saw this video where someone else described a similar issue due to bounding box overlap. They made the bounding boxes visible with the Developer Tools under "File..." to help addresses the problem.  Link for more context: https://youtu.be/5rWvJaLckUY?si=R0Trhs0OKyclUZDx&t=1375

Might be your issue, might not. Hope this helps!
by tealwarrior (200 points)
problem solved
...