Targeting audio effects racks within Drum Rack?

0

Evening, folks –

I’ve been trying to work out how to target Audio Effecs within a Drum Rack, and I seem to keep reaching an impasse.

Might anyone be able to suggest how I’d want to reach parameters in the second rack, as shown below?

I have the parameter lists and can get to “Drive” in other instances, as well as using chain targeting to reach the parameters for the drum samples themselves.

I just don’t seem to be able to drill down to the items in the “Drop Audio Effects Here” section.

Any insight is vastly appreciated!

Glenn Answered question
0

I think it could be this:
self.song().tracks[0].devices[0].return_chains[0]
Then add the device number on the end like this:
self.song().tracks[0].devices[0].return_chains[0].devices[0]

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