PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flow

flow.split

aliases: [ceammc/split], [split]

split data flow by external side-chain predicate

available since version: 0.3


information

Predicate side chain should accept value and return 1 (true) or 0 (false). If true, input value is outputed to first outlet. Otherwise to second outlet.

example

inlets:

outlets:

keywords:

pass functional

See also: [flow.pass] [flow.reject]

Authors: Serge Poltavsky

License: GPL3 or later