PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: data

data.fifo

First-In-First-Out (FIFO) queue data container

available since version: 0.1


information

If size argument specified - creates queue with fixed size. When count of values exceed this limit, outputs and removes first value in queue.

example

arguments:

methods:

properties:

inlets:

outlets:

keywords:

data fifo

See also: [data.list]

Authors: Serge Poltavsky

License: GPL3 or later