PureData CEAMMC library web documentation
aliases: [preset.s]
available since version: 0.4
Named symbol preset entry. Can store/load up to 256 various symbol values
ID
preset id (should be unique in most use cases)
type: symbol
INIT
preset initial value
type: symbol
clear
clear preset at specified index
load
load preset value by specified index and output it
store
stores preset value at specified index
interp
do nothing
@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 (initonly)
Get/set init symbol value
type: symbol
@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.list]
Authors: Serge Poltavsky
License: GPL3 or later