1,374 questions
1,493 answers
3,332 comments
265 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