[Macro Buttons] Add a pause/wait for the code

The Virtual Audio Mixer discussions and support...
Post Reply
W01Fi3
Posts: 3
Joined: Fri Mar 29, 2019 7:41 am

[Macro Buttons] Add a pause/wait for the code

Post by W01Fi3 »

Hi, I want have a button in which I press it, it does some stuff, waits 1 second for example, then does more stuff.

Is this possible?
Vincent Burel
Site Admin
Posts: 2008
Joined: Sun Jan 17, 2010 12:01 pm

Re: [Macro Buttons] Add a pause/wait for the code

Post by Vincent Burel »

we already got this request, but we do not plan to do it for the moment.
Vincent Burel
Site Admin
Posts: 2008
Joined: Sun Jan 17, 2010 12:01 pm

Re: [Macro Buttons] Add a pause/wait for the code

Post by Vincent Burel »

now it's implemented as Wait(ms) instruction.

example:
Wait(1000); to wait 1 second before executing next instruction...
Post Reply