PureData CEAMMC library web documentation
доступно с версии: 0.6
Defines local scope mlist variable, accessed by ID name and available only within its patch (canvas).
(….)
sets new list without output
back
output last list element
choose
choose random element in list and output it
clear
removes all list elements
dump
dump object info to Pd window
front
output first list element
IDX insert position
тип: int
обязательно: True
VAL value
тип: atom
обязательно: True
pop
removes last list element
reverse
reverses list
shuffle
put elements in random order
@id (initonly)
Запросить/установить local variable id
тип: symbol
по умолчанию: default
@empty (readonly)
Запросить 1 if list is empty, otherwise 0
тип: bool
по умолчанию: 1
@size (readonly)
Запросить number of elements in list
тип: int
минимальное значение: 0
по умолчанию: 0
Смотрите также: [data.mlist] [local.list]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later