Mute Sends
Hello.
Track Send works great, but is there are also way to add mute/unmute specific send?
With a Reaction, you can Loop through all the Tracks (or even Visible or Return Tracks) and set a Condition that compares the saved name to that of each Track. For this to work, each Track would need a unique name (or at least a small unique ID).

The Loop produces a loop_number that you can use as index number in your Condition:

In the second part of the Condition you can select either:
- “Exactly Matches” if the full name needs to match
- “Contains” when you’re using a little identifier in the name
The 3rd part of the Condition needs to contain the Text you want to compare each name with. You can either enter a fixed text or use the dropdown menu for more options like Modifiers or Custom Code.
Then, once the Condition has found the right Track, you’ll need to use that loop_number again in the Action, that will be the number of the track you’re looking for.
Once you’ve done all the Actions you wanted to do, you could also add an Action to “Exit the Reaction”. That way, the Reaction won’t keep on looping through all the Tracks when it has already found the one you were looking for.
Sign up
User registration is currently not allowed.