ControlP5 Knob Drag Direction
in
Contributed Library Questions
•
1 year ago
When a ControlP5 knob has .setDragDirection(Knob.VERTICAL), dragging the mouse downward increases the value -- that is, the knob's indicator arc moves clockwise, and the output value increases. I would like to reverse this. It seems more intuitive to me that when one drags downward, the value ought to
decrease.
Is there a way to do this?
1