Change mode of a midi controller with a different controller

422 viewsCSS Questions
0

I have had a browse but not clear if the following is possible:

Basically I would like to press a button on a midi controller which then changes the active mode on a different midi controller.

So either two scripts communicating with eachother, or two controllers in one script.

If not possible then I guess I could have a dummy knob/toggle in Live which I activate with one controller. The second controller then listens to this knob with reactions and changes it’s mode acordingly.

Thanks for the help.

admin Changed status to publish May 22, 2024
Attached Files:
0

Ok thanks! Yeah i’m experienced with Max so that should be no problem. It would also act as a central point of control I could activate with the mouse etc.

I will post my project when it’s all working as there’s plenty of midi weirdness and custom hardware going on.

MartinH76 Posted new comment October 6, 2024
Attached Files:

Hi @Seth – did you ever get anywhere with this? I have the exact same situation and can’t find a resolution. I’m not great with Max so can’t build myself a device to get around the problem, and can’t find any way of tricking Ableton into thinking 2 devices are the same controller. According to one comment I’ve found on some forum it should be possible using Python, but I wouldn’t have the faintest idea where to start with that!

0

Hi Seth,

I don’t know if my approach will seem relevant to you or not, but thought I’d mention it just in case.
I’ve got a bunch of controllers including a Push 2 that can handle track switching just fine, so I’ve focussed the CSS script I’ve made (for my keyboard) on device controls. So far I’ve got a “generic” mode, and a special mode for Analog Lab (with the parameter banking specially configured to match the on-screen controls in that particular plugin).
Thanks to this thread –
https://remotify.io/community/question/mode-selection-based-track-or-dev…
– I’ve now got it set up so that whenever I select a track or device, a reaction checks the device name, and if it contains “Analog Lab”, switches to Analog Lab mode.
So although one controller isn’t directly mode-switching the other, I think it’s actually preferable to have the keyboard automatically switching to the appropriate mode in response to “events”, rather than have to push a specific button to make it happen.

admin Changed status to publish May 22, 2024
Attached Files: