How to Stop a Triggered Clip?

ellol's icon

I need to prevent a triggered (but not yet playing) clip_slot from playing. Calling stop only stops the clip_slot if is already playing. I would prefer to not reference the track, if possible. How can I do this?

broc's icon

I think it's only possible with 'stop_all_clips' on the track. You can reference the track from clip using double 'canonical_parent'.

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

ellol's icon

Perfect, thank you!