What is the best way for saving live.step sequences

Dante's icon

Sorry if this has been discussed i did not see a clear solution in the forum.
What I have seen is a method using pattr, which seems very straightforward. Just stick a pattr in the live.step. But live.step also has the display_seq $1, target_seq $1 message, which does not save sequences after closing the patch (correct me if I'm wrong).

In my initial trials w live.step I tried combining both, using pattr and the messages, but ended up having to use pattr to control the seq messages , which seemed redundant.

Is it best to just use a pattr and save sequences to presets, and forget using the display/target_seq messages, or is there something I'm missing or incorrect about?

thanks