Creating a button for Unmute All
Hi guys,
First post here and this app is great. My script is slowly coming together and I’m really looking forward to playing out with it soon enough.
I have 8 track mute buttons which are correctly giving LED feedback. What I want to create now is a button which unmutes all tracks.
The method I’m using to do this is creating extra mute toggle functions within each track which are all assigned to one button, as well the the original mute buttons for each track.
I know that in the current version, the script can’t listen to changes made directly in Ableton (ie: muting track on Ableton’s mixer with the mouse) so when I hit this MASTER MUTE button there is no visual feedback that the tracks are unmuting, so I’m trying to also get the individual mute buttons to listen to this button and change their LED state.
However I can’t seem to get it to work and just get errors.
What is the correct method getting one button to listen to another and change the LED state?
I’ve attached what I’m doing now. Button 9 is a single track mute button. Button 24 is the MASTER MUTE button.
Any help would be amazing.
Hey zenaudio,
Great to see you guys on here 🙂
See the attached image, I think this will work for you.
The ‘Track Mute’ Listener fires whenever a Mute changes in Live.
In the Condition I’m simply checking the value of the first Mute button is True, as I think we can assume that they will all be the same?
You can keep the Reaction section the same as you already have it.
Here is the Reactions Reference Guide (incase you haven’t seen it yet)
https://remotify.io/tutorials/reactions-reference-guide
Sign up
User registration is currently not allowed.
hi, can you explain how you made the mute led feedback working please? I made it years ago but can t remember how I did it and I lost the files