PureData CEAMMC library web documentation
доступно с версии: 0.1
If size argument specified - creates queue with fixed size. When count of values exceed this limit, outputs and removes first value in queue.
clear
removes all queue values
flush
outputs and removes all queue values
pop
outputs and removes first values in queue
resize
параметры:
@empty (readonly)
Запросить if queue is empty
тип: bool
по умолчанию: 1
@filled (readonly)
Запросить current number of elements in queue
тип: int
минимальное значение: 0
по умолчанию: 0
@size
Запросить/установить size of queue
тип: int
диапазон: 1..1024
по умолчанию: 32
@free (readonly)
Запросить number of elements you can add to queue until it full
тип: int
минимальное значение: 0
по умолчанию: 32
Смотрите также: [data.list]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later