make midi clip from max in ableton

ALPHY PSYCHE's icon

hello everyone
i want to make midi clip from max in ableton and change them from max msp . how can i do that?

Isabel Kaspriskie's icon

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.

chooser abstraction from "MaxAPI Clip Slot.amxd"

create-clip.amxd
amxd 53.59 KB

Isabel Kaspriskie's icon

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:

ALPHY PSYCHE's icon