PureData CEAMMC library web documentation
aliases: [preset.l]
available since version: 0.4
Named list preset entry. Can store/load up to 256 various lists
ID
preset id (should be unique in most use cases)
type: symbol
INIT
preset initial value
type: list
clear
clear preset at specified index
load
load preset value by specified index and output it
store
stores preset value at specified index
@path (readonly)
Get property OSC-like path that includes id, abstraction name and may be subpatch
name separated by slashes.
type: symbol
@id (initonly)
Get/set preset id
type: symbol
@init
Get/set init list value
type: list
@global (initonly)
Get/set use global path like /ID
type: flag
default: 0
@subpatch (initonly)
Get/set include subpatch name to path
type: flag
default: 0
See also: [preset.storage] [preset.float] [preset.symbol]
Authors: Serge Poltavsky
License: GPL3 or later