Hi,
I this knob which display the sync time division '1/32' '1/16' and so on
But when I change the value to 0 - 127 the time division is no more correctly display.
var division = ["8/1", "4/1", "2/1", "1/1", "1/2","1/4","1/8","1/16","1/32","1/64"]
set("speedsync_mon_1", division[value])
I tried fews solutions but nothing works fine.
Best
Is there a reason to set the range to 0-127 insead of 0-9 if you don’t want to send a 0-127 value ? Anyway, if you want to send a different value from that range you have to call send()
EDIT: I get it, by “send” you mean updating the text widget, nevermind.