Clip_trigger_quantization of selected clips with M4L?
Hi all,
I try to create a patch to control the clip trigger quantization. In the LOM Changes docs I found under clip_slot:
fire(record_length, launch_quantization) The resulting clip will be refired after the given
record_length; launch_quantization overrides the global quantization if provided.
But I have no clue how to use this. I tried to call the fire function with arguments but with no luck. Someone has a solution?
See my try - patch and screenshot.
Greets
Nico
Just looking at the screenshot, it seems that your patch doesn't do that at all. Why doesn't the launch_quantization property appear ? You can also do it globally with the song property 'clip_trigger_quantization'. If you want to do it on a clip by clip basis, you have to set the launch_quantization property.
Hi Stephane, thank you for your help.
I'm able to set the property "clip_trigger_quantization".
But have no luck with launch_quantization. When I create a for e.g. "set launch_quantization 11"
- I get the MAX error:
live.object: 'ClipSlot' object has no attribute 'launch_quantization'.
I tried to find this property with Live.API.Explorer - but no luck.
Can you enlight me please.
Thank you.
Nico
Hey,
I´m trying the same:
controlling the global quantization settings with M4L, but dont get it to work.
Whats wrong with that patch?
Pls Help!