I have a knob to control panning with a range of values from -100 to 100. Is it possible on the KUIML side to prefix L when the value is < 0, R when the value is > 0, and C when the value equals 0?
I believe it will be some manipulation of PARAM_TEXT's content="", but I'm not quite sure where to start.
Thanks