PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flow

flow.reject_if

aliases: [ceammc/reject_if], [reject_if]

reject values by predicate

available since version: 0.3


information

conditional value reject according to predicate object. predicate should accept value and ouput 0 or 1, for value passing. [<] [is_even] [is_list] - examples of predicates.

example

inlets:

outlets:

keywords:

reject functional

See also: [flow.pass_if] [flow.reject] [is_even]

Authors: Serge Poltavsky

License: GPL3 or later