Can I play a Sound in a loop-region only the first time the loop is trigged?

Hello,

I’m wondering if it iy possible to trigger a sound in a loop region only once, if it plays for the first time.

I’m building a interactive music system and want some instruments from part A to play into part B, but only when part B loops for the first time.

I’m looking forward if anybody knows a solution, and I’m very thankful for your help

It is possible by creating an async instrument (like a nested event), which fills the entire loop. That way, the instrument will only be triggered once.

1 Like