make midi clip from max in ableton
hello everyone
i want to make midi clip from max in ableton and change them from max msp . how can i do that?
Hi! You'll need to use the [call create_clip <# beats>] message on the live.object associated with a clip.
For instance, using the clip chooser helper from the MaxAPI building blocks, you can easily get the clip ID and feed it to the live.object.


To work with editing the MIDI notes themselves, you can get started by looking at some of the Live 11 examples from these two articles:
Thanks