I have following 2 lines in Trigger IN section:
Button(40).State = 1
Button(41).State = 1
Problem is that if Button(40).State already is 1 second line is not executed.
BUG: MacroButtons multiple state changes
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: BUG: MacroButtons multiple state changes
cannot reproduce, what is your MacroButtons version ?
Re: BUG: MacroButtons multiple state changes
Version 1.0.4.0
Attaching respective buttons configuration.
Attaching respective buttons configuration.
- Attachments
-
- Macrobuttons40.jpg (129.28 KiB) Viewed 6030 times
-
- Macrobuttons02.jpg (131.99 KiB) Viewed 6030 times
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: BUG: MacroButtons multiple state changes
and what about the button 41 ?
Re: BUG: MacroButtons multiple state changes
it's basicaly the same as button 40 (attached)
Anyway I found I was not changing state of buttons but Mute in VoiceMeeter, so button state was de-synchronized with VoiceMeeter
Workaround is to use this sequence in button 02 to force button 40 and 41 state and button-on command execution:
Button(40).StateOnly = 0
Button(41).StateOnly = 0
Button(40).State = 1
Button(41).State = 1
Anyway I found I was not changing state of buttons but Mute in VoiceMeeter, so button state was de-synchronized with VoiceMeeter
Workaround is to use this sequence in button 02 to force button 40 and 41 state and button-on command execution:
Button(40).StateOnly = 0
Button(41).StateOnly = 0
Button(40).State = 1
Button(41).State = 1
- Attachments
-
- Macrobuttons41.jpg (108.11 KiB) Viewed 6020 times
-
- Site Admin
- Posts: 2121
- Joined: Sun Jan 17, 2010 12:01 pm
Re: BUG: MacroButtons multiple state changes
ok, and the fact you want to control 2 position Button with a Push button is maybe not as consistent as it could in term of behavior.
Re: BUG: MacroButtons multiple state changes
I needed keys to uncoditionally mute and umute my mikes and at the same time sync LEDs on my midi controler. Have not found better way to achieve this. ![🤷♂️](//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f937-200d-2642-fe0f.svg)