Max for Live - Loop Clip

Wes's icon

Does anyone know if it's possible to activate and deactivate loop for a clip in Session View using Max for Live? If so, how would that be done?

Thanks!

Wes

broc's icon

The LOM documentation knows all what's possible.

So for example, clip loop can be controlled with the property 'looping'.

Wes's icon

So I got this far... I tried a "call fire" to make sure it's pointing to the clip correctly, which is it. But when I click on the "property looping 1" it doesn't loop the clip. What do I seem to be missing?

broc's icon

Your path points to the clip slot, not the clip.

And then the message should be "set looping 1".

Generally it's more useful to post the patch here (copy compressed).

Wes's icon

M4L - Loop Clip.maxpat.zip
application/zip 1.36 KB

Ahh gotcha. Changed it to "set looping 1." Now I'm just struggling to figure out how to point to the clip itself. Here's a copy of the patch. What needs to be changed?

broc's icon

Max Patch
Copy patch and select New From Clipboard in Max.

Wes's icon

Perfect. Thank you so so much!