Ppar:
Filter:
Classes | Streams-Patterns-Events > Patterns > Parallel

Ppar : ListPattern : Pattern : AbstractFunction : Object

embed event streams in parallel
Source: Ppar.sc
Subclasses: Pgpar, Ptpar

Description

Embeds several event streams so that they form a single output stream with all their events in temporal order. When one stream ends, the other streams are further embedded until all have ended.

Class Methods

Ppar.new(list, repeats: 1)

From superclass: ListPattern

Arguments:

list

list of patterns or streams.

repeats

repeat the whole pattern n times.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inval)

.initStreams(priorityQ)

Examples