Hello, I am trying to randomly generate a sound sequence, however, the sounds all play at once, is there a way to get them play one after the other? (I thought that is what is meant to happen) Minimum time interval is set to 1000.
Also tried with just one sound component same sort of problem(only plays 1 sound with this):
Only other way I can think of doing it is to use a clock as a delay between each sound, but I would like to avoid this if possible.