1,386 questions
1,505 answers
3,355 comments
268 users
You could try experimenting with usingn the following as a gate for the second MultiSample:
!KeyDown turnOnAfter: !Flam s for: !Dur s
To add randomness to the delay, you could try:
!KeyDown turnOnAfter: (!Flam + (!KeyDown nextRandExp)) s for: !Dur s