Control single VST based on selected track – Possible with Remotify?

3.41K viewsGeneral
0

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

admin Changed status to publish
Attached Files:
0

Hi Hatoki,

Yes on investigation it seems that the ‘use modifier’ option is missing from the latest beta (b1.6)
We will get this back in for the next release, sorry about that!

In answer to your latest question, yes you can have a 2 button combination like that by doing this:
In your reaction add a listener for each button,
In the Action Block, add 2 conditions
condition 1 = check that the latest velocity value of button 1 is 127
condition 2 = check that the latest velocity value of button 2 is 127
(make sure NOT to use the ‘Or’ section when adding the second condition)

Having these 2 conditions in your Action Block means that the following action will only happen if both buttons are pressed down (note: make sure that 127 is the velocity value that the buttons send when pressed!)

In the Action section, you then just need to set the parameter to a value i.e. 0

admin Changed status to publish
Attached Files:
You are viewing 1 out of 12 answers, click here to view all answers.