I'm trying to use a Button in a matrix widget. The problem is that the Button starts at '0'. In other versions of OPEN STAGE CONTROL, you can set the first number via the START parameter in the MATRIX TAB, but that doesn't exist in the 1.23 version I'm using... Is there any way to replace this feature?
You could insert this in the props object:
"label": "#{$ + 1}"
thanks i solved