Track volume relative to session box but not including folded tracks
Hi,
I have a midi controller with 8 faders. I want to be able to use those faders to adjust the track volumes for 8 tracks in a session box. I use grouped tracks in Ableton nearly all the time, not to mention drum racks. When I set up a script for track volume that is relative to the session box (which is what I want) I don’t see how I can tell the script to not include folded tracks. So if my first group has four tracks, my first five faders are controlling the volume of the group and then then four internal tracks. But I don’t want to control the volume of the four internal tracks. Just the group. I want to be able to do this for 8 groups.
When I am performing, I have my project set up in batches of 8 groups. I want to use the 8 faders to be able to quickly and easily bring the volume for the 8 groups in the session box, then be able to navigate to the next batch of 8 groups and do the same without touching the tracks that are in each group.
How can I set this up in Control Surface Studio?
Karmashammer!
You are a legend, thank you very much for the tip, its working!
I’m using it on a X-touch Compact, really a must have feature on it.
Coding to me is like a nuclear reactor for renaissance people, you should have seen me figuring out how to edit a json file.
I woul liek to understand why “true” made it work. Can you explaine it to me?
Cheers,
Pete.
Sign up
User registration is currently not allowed.
Sorry it has been such a long time. I’m just now creating a new set of scripts. I forgot to copy my old ones when I moved to a new computer.
The reason this works is you want the track that is controlled to be relative to the session box. That way, you know what faders control each track. WIth this set to true the number of tracks (folded or otherwise) count towards the number of tracks in the session box.
By changing the excluded folder tracks bit in the json, you essentially are telling the script to only look at the folder tracks if the group is expanded in Ableton. If the group is expanded, the script knows to include the unfolded tracks. If the group is not expanded, then the script knows it should interact with the folded tracks.
I’m still surprised that this isn’t the default behavior. It seems to me like this is how most people would want it to work.