Controlling a *selected* chain’s volume, pan and sends
I can’t figure out how to control a selected chain’s volume, pan and sends inside a drum rack. I want it to work just like the ease of making a script of selecting a regular track and controlling these parameters. Is this possible?
As long as they are the same mode, it doesn’t matter. But now I know that I should probably select the mode as well for export, so that’s helpful.
When you change the channel, you need to subtract 1 from the number that’s displayed when hovering over your control. For example: when your slider shows “Channel 15, Value 4” when hovering over it, so the code needs to be like follows:
midi_control = self.midi_cc_ch_14_val_4
There’s a reminder (see picture) above that line of code about this.
The controller I set this script up with uses endless encoders, so I’ll need to adjust the script a bit for your use-case. Would you mind sharing the control type (button, slider, ….) + their MIDI channel and value + what function you want them to have (example: slider for volume, button for pan left, …).
If you also send me the Template you are using, I can set up the Listeners as well.
What MIDI Controller are you using by the way?
Sign up
User registration is currently not allowed.