Idef:
Filter:
Influx/Classes (extension) | Control

Idef
ExtensionExtension

a named Influx

Description

a named variant of Influx, creation and lookup by name with Idef(<name>), like OSCdef, Ndef, Tdef, etc. Other named influx variants are IMdef and ISdef.

For detailed examples, see Influx.

Class Methods

.at

Arguments:

key

get Idef with name <key>.

.new

create or lookup new Idef by name. If Idef exists, other args are ignored.

Arguments:

key
inNames

number or list of inNames

outNames

number or list of inNames

inValDict

.all

all Idefs by name

Instance Methods

.key

get the key of this Idef

Examples