What is the best method to make parallel loops in Halion script?

I want a single OnNote event to launch two parallel (independent) loops, each having its own wait() delay between iterations. Consider it like two arpeggiators launched by single and same note. What is the proper way to achieve this in Halion environment and Lua scripting? Thanks!

I would try spawn()

https://developer.steinberg.help/display/HSD/spawn

1 Like