PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.remove_if

remove elements by predicate

available since version: 0.1


information

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

example

inlets:

outlets:

keywords:

list remove predicate

See also: [list.count_if] [list.pass_if]

Authors: Serge Poltavsky

License: GPL3 or later