Bug Report with custom value

Bug here, I've made custom value for the knob, have set the range and step, but some value is set to "undefined" with more than 41 values.
Knob_Test.json (3.1 KB)

Converting the knob’s value to an integer will fix it: parseInt(value) instead of value. Sidenote: remove @{knob_2} from the text’s value.

1 Like

perfect !!