Is there a way to delay the start of a group of samples? For example, when I press a key, have the group not start playing for 1 second.
A simple script:
note callback - ignore event - wait (whatever) - play the note
Probably best do it with the note-off as well.