Modify range on widgets in matrix

Not sure if this is a bug but more likely a syntax error or something on my part.

I want a bunch of faders in a matrix to all have a range of 0 - 127 instead of the default 0 - 1.

I’m replacing the props in the matrix with {“range”:[0,127]}
which looks like this
image
which is useless as you can’t move the faders position

I’m guessing that’s not the proper way to bypass the default range, but any help is appreciated. Thanks much!

{"min": 0, "max": 127} instead of [0, 127] will do

1 Like

perfect, thank you as always @jean-emmanuel!!

Just out of curiousity, is that documented somewhere and I missed it?

Yep : https://openstagecontrol.ammd.net/docs/widgets-reference/#fader_range

1 Like