Need help thinking through some selector logic
So 'detonate' has the ability to mute specific tracks by sending a command "mute 5 x y" where x is the track number and y is either a 1 or 0, mute on or mute off.
I have n tracks, and I'd like to use a 'umenu' to select a track that is effectively a "solo" button, muting all other tracks except the one shown in the menu.
My number of tracks is predefined for each piece, and the functionality does not need to be dynamic to account for all situations. I can easily manually scale the logic to the concrete n number of tracks for each specific performance.
Can I achieve this with 'selector'? Or does anyone know a better/more effective method for this?
Nevermind, I solved it.
pssst... How about sharing your solution so that other people might benefit from this thread?
Sure, I think this will work; I'm assuming this is correct, didn't test it. If not, you get the picture.