Control a device parameter by device name inside an instrument rack

655 viewsCSS QuestionsDevice Parameter
0

Hi.

I followed the video tutorial named “Control a device parameter by device name” and adapted the reaction settings in order to only controll devices inside track 1.
So far everything works fine except when I put the divice inside an instrument Rack.

I want to do this in order to ba able to save and recall presets each time I save and recall the instrument rack according to a specific song.
This means I would like to be able to change the instrument rack’s name for each preset and still be able to control the devices parameters inside these racks refering to them by using standard names by implementing a method similar to the one described in the tutorial.

How could I do that?

Hellem Answered question
0

This is a correct way to loop through a devices of a rack:

Loop – self.song().tracks[x].devices[y].chains[0].devices

Condition – self.song().tracks[x].devices[y].chains[0].devices[loop_number].name == “ADSR”

henrry.bonnet Posted new comment

Thanks a lot.
I’m gonna try and report back.

Well… This didn’t work
I post screen shots below

You are viewing 1 out of 7 answers, click here to view all answers.