PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.pass_if

aliases: [list.filter]

leave only elements accepted by predicate

available since version: 0.3


information

Predicate object should accept atom and output 0 (remove element) or 1 (leave element).

example

inlets:

outlets:

keywords:

list pass accept leave predicate

See also: [list.remove_if]

Authors: Serge Poltavsky

License: GPL3 or later