This sort of ties into the Mobius as Sampler thread, but one thing I'd like to add to my performance flow is something like an Instant Retrigger. They're most common on samplers and some loopers (think DL4), where pressing a pad/switch will instantly retrigger a sample/loop from the beginning.
My idea for Mobius was to set up a CC pad that could retrigger a loop like a sampler would, where every time I press it, the loop restarts instantly from the beginning. To have it stay in sync with quantization without needing Realign, and to be as granular as possible, I would try to have it snap to a beat pulse (or subcycle?) so it's more like 'near instant.' And on top of that, I might add an unquantized Mute event on release, so it plays for as long as I have the trigger held down, and when I let go, it instantly mutes it, more like a sampler.
Syntactically-incorrect MSL chicken scratch:
#name Sampler Retrigger (Press)
in focused
switchQuantize = Subcycle
Restart
switchQuantize = loop
and a second script bound to the same trigger with "Release" checked in the binding panel:
#name Sampler Retrigger (Release)
in focused
quantize = off
Mute (*better yet, MuteRealign(?))
quantize = loop
I haven't tested this yet, but would there be maybe a simpler approach?