data.list
list container
доступно с версии: 0.1
аргументы:
- VALUE
initial list values
тип: list
методы:
- append
adds values to the end of the list
параметры:
- VAL appended value
тип: atom
обязательно: True
- at
outputs atom at the specified position
параметры:
- IDX position (negative indexes are supported: -1 means last element)
тип: int
обязательно: True
-
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
- fill
fills with specified value
параметры:
- VAL fill value
тип: atom
обязательно: True
-
front
output first list element
- insert
inserts values to the specified position
параметры:
-
pop
removes last list element
- prepend
inserts values to the list beginning
параметры:
- VAL prepended value
тип: atom
обязательно: True
- remove
removes specified element
параметры:
- IDX element index
тип: int
обязательно: True
-
reverse
reverses list
- set
sets new list without output
параметры:
- LIST new list content
тип: list
обязательно: True
-
shuffle
put elements in random order
- sort
sorts list
свойства:
-
@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
входы:
- output list content
тип: control
- sets new list without output
тип: control
выходы:
- output list or list elements
тип: control
ключевые слова:
data
list
Смотрите также:
[data.fifo]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later