Preferred sequence of modifier steps for dynamic control?

1.44K viewsCSS QuestionsSelection by modifiers
0

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.

JohnC Answered question
1

If you want to loop through multiple things (tracks, devices, parameters), only 1 loop is possible per action block so do each one in a separate block (in the same reaction).

But before these add another action block at the top which does all of your checks in conditions and exits the reaction (script > exit reaction) at this point if the conditions are not met.

JohnC Answered question
You are viewing 1 out of 4 answers, click here to view all answers.