PureData CEAMMC library web documentation
доступно с версии: 0.6
Defines local scope dict variable, accessed by ID name and available only within its patch (canvas)
[….]
sets new content without output
KEY entry key
тип: atom
обязательно: True
VAL single value or list
тип: list
обязательно: True
choose
choose random key and output it
clear
removes all dict values. No output
set
set dict content without output
KEY key
тип: atom
обязательно: True
VAL single value or list
тип: list
обязательно: True
@id (initonly)
Запросить/установить local variable id
тип: symbol
по умолчанию: default
@keys (readonly)
Запросить keys of dictionary
тип: list
@empty (readonly)
Запросить 1 if dict is empty, otherwise 0
тип: bool
по умолчанию: 1
@size (readonly)
Запросить number of entries in dictionary
тип: int
минимальное значение: 0
по умолчанию: 0
Смотрите также: [data.dict] [global.dict]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later