Control a device parameter by device name inside an instrument rack
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?
track[1].device[1].chain[0].devices….
Scroll inside 0 chain of desired rack. Find by name. Store its numer as modifier. Use it to adress later.
Sign up
User registration is currently not allowed.
Hi.
So I tried to emplement your solution. Couldn’t find a way to make it work, What I tried so far is in this page.
Do you have any other suggestion?
Cheers