M4L API question: assign a groove to a clip

benj3737's icon

Does anyone know how to choose which groove is assigned to a clip via the M4L API?

I can set the global groove amount and mess with the settings of each grroove, but can't see how to assign a groove to a clip

broc's icon

Grooves are objects with id numbers.
You get the list of the current groove id's using
path 'live_set groove_pool' and message 'get grooves'.
Choose id number x and send 'set groove id x' to the clip.
(available since Live 11)


benj3737's icon

Thank you!