Is there any way to force effect activation to quantize to the beat? For example when activating the "Echo" effect it's possible to activate it half way through a beat, would love it to always be quantized.
I wrote a script which checks the closest beat, jumps to it and activates the effect but this obviously causes an audio stutter.
I already have quantize_all enabled, it doesn't quantize effect activation.
I wrote a script which checks the closest beat, jumps to it and activates the effect but this obviously causes an audio stutter.
I already have quantize_all enabled, it doesn't quantize effect activation.
Posted Mon 10 Feb 25 @ 6:32 pm
You could do this as a delayed quantize, but there's nothing system wide.
wait `get_beat_bar 1 & param_invert & param_cast beats` & effect_active "NAME"
Posted Mon 10 Feb 25 @ 6:50 pm