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