Plazy:
Filter:
Classes | Streams-Patterns-Events > Patterns > Function

Plazy : Pattern : AbstractFunction : Object

instantiate new patterns from a function
Source: Ppatmod.sc
Subclasses: PlazyEnvir

Description

Plazy evaluates a function that returns a pattern and embeds it in a stream.

Class Methods

Plazy.new(func)

Arguments:

func

A Function that returns a pattern or any other valid pattern input.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inval)

.func

.func = value

Examples