Enable/Disable slider function
-
Hi all, I'm attempting to disable a slider via a button, but I don't think setBypassed(); is the correct function as I'm getting an error. What function should I be using to disable a slider?
I essentially want to flick the control between Enabled and Disabled states as I have different colours for each state.
-
@paper_lung you can set almost all component properties using .set()
-
@d-healey Great, thanks