Page 1 of 1

Macro Indexes

Posted: Sun Mar 03, 2019 11:20 am
by DTM450
Hi guys

I want to know if there is a way to choose multiple indexes instead of having to reference everyone, e.g. instead of doing this to each index

Code: Select all

Bus[0].mode.normal=1
Bus[0].mute=0
Bus[0].mono=0
Bus[1].mode.normal=1
Bus[1].mute=0
Bus[1].mono=0

Re: Macro Indexes

Posted: Wed Mar 06, 2019 9:49 am
by Vincent Burel
no, there is no other syntax.