No internet connection
  1. Home
  2. How to

How to toggle Solo between Latch and X-OR

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();
Solved in post #2, click to view
  • 3 replies
  1. Solution is in the question.

    ReplySolution
    1. O
      In reply tochrscheuer:

      Is there any funtionality to change Sreamdeck Icon with this? So I can see at a glance which it's set to?

      1. Hi 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.