Classes | JITLib > Patterns | Live Coding

Pdict : Pattern : AbstractFunction : Object

pattern that embeds patterns from a dictionary
Source: Pdef.sc

Description

A general purpose lookup stream.

Class Methods

Inherited class methods

7 methods from Object ► show

Undocumented class methods

Pdict.new(dict, which, repeats: inf, default)

Instance Methods

Inherited instance methods

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

Undocumented instance methods

.default

.default = value

.dict

.dict = value

.embedInStream(inval)

.repeats

.repeats = value

.which

.which = value

Examples