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

6 methods from Object ► show

Instance Methods

Inherited instance methods

43 methods from Pattern ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.embedInStream(inval)

.func

.func = value

.pattern

.pattern = value

.repeats

.repeats = value

Examples