By Christian Scheuer @chrscheuer2020-01-14 15:21:37.265Z
This script will toggle between Solo Modes "Latch" and "X-OR"
if (sf.ui.proTools.getMenuItem('Options', 'Solo Mode', 'Latch').isMenuChecked)
sf.ui.proTools.getMenuItem('Options', 'Solo Mode', 'X-OR (Cancels Previous Solo)').elementClick();
else
sf.ui.proTools.getMenuItem('Options', 'Solo Mode', 'Latch').elementClick();
- OIn reply tochrscheuer⬆:Owen Granich-Young @Owen_Granich_Young
Is there any funtionality to change Sreamdeck Icon with this? So I can see at a glance which it's set to?
Christian Scheuer @chrscheuer2021-08-24 22:17:54.033ZHi Owen
We currently don't have support for single-button dynamic icon changes, however, we do have some apps in the store that have dynamic decks - this particular one isn't currently in an app though.
