Help: How to add a set amount of silence after a track plays?

You can either manually add silence into each asset through an external sound editor, or you can utilize a sustain point at the end of the multi instrument and program a random timer before setting off the key off command. The event could look something like this

You can then use EventInstance::keyOff() in code to leave the sustain point and return to the start of the event, retriggering the multi instrument.