Matrix matrix button 번호의 시작 번호를 설정하는 방법에 대해 궁금합니다

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 :slight_smile: i solved