Just wondering if this is possible:
What I want to do is have a button with a lock icon that upon enable will store the value on the knob and pass snap = true; to SVGKnob. With snap and the value stored I want to change that value by a specific increment/decrement.
If that is not possible the way around it might be to have another knob on snap = true; and get that value to snap to the first knobs value, program the button to clamp(1stknob, .value, .value) or vice versa. Iv’e not tried either yet.