PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flow

flow.pass_if

aliases: [ceammc/pass_if], [pass_if]

pass values that accepted by predicate object

available since version: 0.3


information

conditional value pass according to predicate side-chain. predicate should accept value and ouput 0 or 1, for value passing. [>=] [is_even] [is_list] - examples of predicates.

example

inlets:

outlets:

keywords:

pass functional

See also: [flow.pass]

Authors: Serge Poltavsky

License: GPL3 or later