Ppatmod:
Filter:
Classes | Streams-Patterns-Events > Patterns > Filter

Ppatmod : Pattern : AbstractFunction : Object

modify a given pattern before passing it into the stream
Source: Ppatmod.sc

Class Methods

Ppatmod.new(pattern, func, repeats)

Arguments:

pattern

the pattern.

func

A Function that modifies the enclosed pattern and embeds it in the stream.

repeats

the number of repeats.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inval)

.func

.func = value

.pattern

.pattern = value

.repeats

.repeats = value

Examples