I would like to set up a custom button that blinks when stems is active.
So far I have this syntax: setting stemsRealtimeSeparation 'Fully disabled' ? setting stemsRealtimeSeparation 'Always' : setting stemsRealtimeSeparation 'Fully disabled'
What syntax do I need to add to make the button blink?
Thanks
So far I have this syntax: setting stemsRealtimeSeparation 'Fully disabled' ? setting stemsRealtimeSeparation 'Always' : setting stemsRealtimeSeparation 'Fully disabled'
What syntax do I need to add to make the button blink?
Thanks
Posted Tue 17 Dec 24 @ 2:03 am
setting stemsRealtimeSeparation 'Fully disabled' ? setting stemsRealtimeSeparation 'Always' : (blink & setting stemsRealtimeSeparation 'Fully disabled')
This syntax seems backwards from what i'd expect but I just tested it and it works (blinking when stems are set to Always).
This syntax seems backwards from what i'd expect but I just tested it and it works (blinking when stems are set to Always).
Posted Tue 17 Dec 24 @ 4:55 am