PureData CEAMMC library web documentation
доступно с версии: 0.1
Defines global scope list variable, accessed by ID name.
ID
object ID
тип: symbol
VALUE
initial values
тип: list
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
@value
Запросить/установить current value
тип: list
Смотрите также: [global.float] [global.int]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later