Macro Indexes
Posted: Sun Mar 03, 2019 11:20 am
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
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