PureData CEAMMC library web documentation
доступно с версии: 0.6
Defines global scope mlist variable, accessed by ID name
(….)
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)
Запросить/установить global 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.mlist]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later