Control single VST based on selected track – Possible with Remotify?
Hi,
I need a way in Ableton that I can use to control a specific plugin from a MIDI controller based on the selected track. So when I select a track my MIDI device will automatically control the VST instance on that track, is this possible with this software please?
Many thanks,
Bill
Hi,
If you need to loop over devices which are inside another device’s chain/group, then the required code is different – you need to target that device.
With ‘Device’ selected as the list to loop over in the loop section of your reaction, switch it to custom ‘custom’
You will see code like this: self.song().tracks[0].devices
This needs to be changed so that it targets devices inside anothers device’s chain, like this: self.song().tracks[0].devices[0].chains[0].devices
See the attached screenshot.
Sign up
User registration is currently not allowed.