PureData CEAMMC library web documentation
доступно с версии: 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)
тип: symbol
INIT
preset initial value
тип: 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)
Запросить property OSC-like path that includes id, abstraction name and may be subpatch
name separated by slashes.
тип: symbol
@id (initonly)
Запросить/установить preset id
тип: symbol
@init (initonly)
Запросить/установить init symbol value
тип: symbol
@global (initonly)
Запросить/установить use global path like /ID
тип: flag
по умолчанию: 0
@subpatch (initonly)
Запросить/установить include subpatch name to path
тип: flag
по умолчанию: 0
Смотрите также: [preset.storage] [preset.float] [preset.list]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later