Page 1 of 1

BUG: MacroButtons multiple state changes

Posted: Tue Mar 08, 2022 3:08 pm
by tarosk
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.

Re: BUG: MacroButtons multiple state changes

Posted: Tue Mar 08, 2022 5:34 pm
by Vincent Burel
cannot reproduce, what is your MacroButtons version ?

Re: BUG: MacroButtons multiple state changes

Posted: Tue Mar 08, 2022 5:48 pm
by tarosk
Version 1.0.4.0
Attaching respective buttons configuration.

Re: BUG: MacroButtons multiple state changes

Posted: Wed Mar 09, 2022 10:14 am
by Vincent Burel
and what about the button 41 ?

Re: BUG: MacroButtons multiple state changes

Posted: Wed Mar 09, 2022 7:03 pm
by tarosk
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

Re: BUG: MacroButtons multiple state changes

Posted: Thu Mar 10, 2022 7:03 am
by Vincent Burel
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

Posted: Thu Mar 10, 2022 8:39 am
by tarosk
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. 🤷‍♂️