Macro Indexes

The Virtual Audio Mixer discussions and support...
Post Reply
DTM450
Posts: 2
Joined: Sat Mar 04, 2017 1:10 am

Macro Indexes

Post 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
Vincent Burel
Site Admin
Posts: 2139
Joined: Sun Jan 17, 2010 12:01 pm

Re: Macro Indexes

Post by Vincent Burel »

no, there is no other syntax.
Post Reply