MIDI Remote Control for Ableton's Follow Action Time

Mariano Sibilia's icon

RE-POSTED:

I am trying to design a Max For Live device that allows me to remotely control clip parameters (especially the Ableton's Follow-Action modes) using a dial, fader, tab etc... The issue would be probably to read the number of clips in a channel in session view, be able to select them all and maybe convert the list of follow action time divisions to MIDI values.

Anyways, I can’t find the right API path to this section (see screenshot).

Do you have any idea or suggestion?

Greg Ross's icon

Launch Mode is a clip property so you can get to it with this path-
live_set tracks N clip_slots M clip

I don’t believe we have access to the follow actions in the API though?