Preferred sequence of modifier steps for dynamic control?
Clarifying a previous wording:
I’m trying to set a reaction to run upon initialization to loop through track names and set a modifier value based on name, but the parameter doesn’t seem to exist. The goal is to confirm the right series of selections to get a series of modifiers to select parameters dynamically. I can get into audio effects racks and such; I just don’t seem to have track selection through name down.
Rather than build this in a way that allows me to control parameters on different tracks, I’m hoping to find the right workflow in CSS to have a knob stick to a parameter with modifiers at each point – parameter, device, and track – so I can recode it with different variables and scale that method out preferably to the entire script.
I’m assuming that the order is to have the following:
once script is initialised:
track name must contain “x”
device name must contain “y”
parameter name must contain “z”
I’m just not sure if I’m looking at this the wrong way as far as what to select in a dropdown menu for the desired response.
Hey there, John – thanks for replying!
I think I can describe it this way –
If I build it with Device Parameters set to target based on track number and parameter number, I’d be adjusting the script more than playing it every time something got moved or added – and that made me think.
I‘m able to use modifiers to target effects, drum racks, audio effects racks and the like. What I can’t seem to do is get a loop function to do anything for me but print a list in css.log, despite attempts to use arguments after generating that list in the log- I got that far using your tutorial. Tried track names as integers, tried as names, found out that adding quotes breaks the script…..but I seem to be missing a step somewhere.
I want to confirm a pattern using arguments available in loops and reactions to do the following with modifiers:
script is initialised-
1: loops through tracks & selects a track based on name designated in field
2:loops through devices on track & targets a device based on name designated in field
3: loops through available parameters and targets designated parameter OR uses the .devices[0] you helped me get the other week.
If I got that down just once, I could edit the modifiers in the code to things other than “m1”, “m2”…….”m20”, and using a library of unique values, stretch that method across the entire multi-controller template.
Rather than the approach to dynamic control that gets 1 knob to control volume on one of 8 tracks depending on selection, this would connect to parameters to surfaces when the script initialises – allowing those connections to follow devices based on name.
Sign up
User registration is currently not allowed.