Reseting 'Sends' in all tracks
Is there a simple way to set values in multiple tracks at the same time, or multiple parameters in a single track?
Can you format a single message to live.path so it adjusts multiple 'sends' at the same time?
Something along the lines of:
live_set tracks N mixer_device sends 0-4
I am looking for a way to slowly ramp down the 'sends' in all tracks from their current value to 0 with a single 'bang.'
Thanks for the help
Dustin
I don't think this is easily done without suffering from some latency. No; you cannot use ranges to control several devices at once. The only way is to individually setup several live.remote~ objects (which is an unrealistic solution if you don't know the amount of controls you're going to access up front) or iterate over all of 'm (but that can cause you quite some delay).
It would appear that you cannot change the amount of instances of a poly~ object by means of a message. Otherwise that might have been a possible solution; simply check the amount of controls you need to access and setup poly~ objects for it.