Is there any way to determine the type of a parameter mapped using the ParamHandle functionality? I’m trying to figure out a way to remotely index a switch like an SvgSwitch.
It seems like ParamQuantity doesn’t really distinguish between continuous and stepped values. I’d like a way to know whether I should set an absolute value or just increment / decrement the ParamQuantity by a specific step size.
Thanks!