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

Pgtpar : Pgpar : Ppar : ListPattern : Pattern : AbstractFunction : Object

embed event streams in parallel and put each in its own group, with time offset
Source: Ppar.sc

Description

Similar to Pgpar but with additional timing offsets.

Class Methods

Pgtpar.new(list, repeats: 1)

From superclass: ListPattern

Arguments:

list

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

NOTE: times are in beats and depend on the tempo of the TempoClock in use.
repeats

repeat the whole pattern n times.

Inherited class methods

Undocumented class methods

Pgtpar.implClass

Instance Methods

Inherited instance methods

Undocumented instance methods

.numberOfGroups

.wrapPatterns(ids)

Examples