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

PlazyEnvirN : PlazyEnvir : Plazy : Pattern : AbstractFunction : Object

instantiate new patterns from a function and multichannel expand them
Source: Ppatmod.sc

Description

Evaluates a function that returns a pattern and embeds it in a stream.

Class Methods

PlazyEnvirN.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)

.makeGenFunc

Examples

For more about the composition operator <> see: Pchain.