PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.at

outputs list element(s) at specified index(es)

available since version: 0.1


information

Returns the element at the given index position in the list. @rel property allows to acess elements in range (-LIST_SIZE, LIST_SIZE). Negative index means position from the end of the list. For example: -1 returns last element. @clip property: if element index < 0 - first element returned. If element index >= LIST_SIZE last element returned. @wrap property: in range [0, LIST_SIZE) ordinal elements are returned. Other indexes are wrapped by modulo division.

example

arguments:

properties:

inlets:

outlets:

keywords:

list

See also: [list.^at] [list.apply_to]

Authors: Serge Poltavsky

License: GPL3 or later