How to Stop a Triggered Clip?
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?
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.
Perfect, thank you!