PureData CEAMMC library web documentation
available since version: 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
type: int
required: True
VAL value
type: atom
required: True
pop
removes last list element
reverse
reverses list
shuffle
put elements in random order
@id (initonly)
Get/set global variable id
type: symbol
default: default
@empty (readonly)
Get 1 if list is empty, otherwise 0
type: bool
default: 1
@size (readonly)
Get number of elements in list
type: int
min value: 0
default: 0
See also: [data.mlist] [local.mlist]
Authors: Serge Poltavsky
License: GPL3 or later