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

Pgpar : Ppar : ListPattern : Pattern : AbstractFunction : Object

embed event streams in parallel and put each in its own group
Source: Ppar.sc
Subclasses: Pgtpar

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.

NOTE: In order to fully separate these layers from other synths, use Pbus.

See Pgroup for a description of the \groupReleaseTime event key.

Class Methods

Pgpar.new(list, repeats: 1)

From superclass: ListPattern

Arguments:

list

list of patterns or streams.

repeats

repeat the whole pattern n times.

Inherited class methods

Undocumented class methods

Pgpar.implClass

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inevent)

.numberOfGroups

.wrapPatterns(ids)

Examples