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

Ptpar : Ppar : ListPattern : Pattern : AbstractFunction : Object

embed event streams in parallel, with time offset
Source: Ppar.sc

Description

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

Class Methods

Ptpar.new(list, repeats: 1)

From superclass: ListPattern

Arguments:

list

list of pairs of times and patterns: [time, pat, time, pat .. ].

repeats

repeat the whole pattern n times.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.initStreams(priorityQ)

Examples