Can start subpatterns. Used as an argument inside Pspawner. Tracks subpatterns in a PriorityQueue.
| func | |
| stackSize |
Begin an event stream in parallel to the routine. If delta is non-zero, the pattern will begin that many beats after now, provided that now + delta is later than the next event that the Spawner will generate.
| pattern |
A Pattern. |
| delta |
A number of beats. |
The stream from pattern.
Wait a number of seconds, then return.
| dur |
A number of seconds. |
Stops a stream.
| stream |
An index of the underlying PriorityQueue. |
The stopped stream, or nil if the stream is not found.
Stop all substreams.
See Pspawner