PureData CEAMMC library web documentation
available since version: 0.7
@type
Get/set property type
type: symbol
enum: float, int, bool, enum, symbol, list
default: float
@f
Get/set alias to @type float
type: alias
@i
Get/set alias to @type int
type: alias
@b
Get/set alias to @type bool
type: alias
@s
Get/set alias to @type symbol
type: alias
@l
Get/set alias to @type list
type: alias
@default (initonly)
Get/set default property value
type: list
@min (initonly)
Get/set minimal value (for float and int properties only)
type: float
default: -inf
@max (initonly)
Get/set maximum value (for float and int properties only)
type: float
default: +inf
@enum (initonly)
Get/set allowed values (without default value) (for symbol properties only)
type: list
See also: [prop] [patch.props]
Authors: Serge Poltavsky
License: GPL3 or later