PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flow

flow.select

aliases: [flow.sel]

vanilla flow on steroids

available since version: 0.9.1


information

Match syntax: common: symbols or floats compare: >NUM, >=NUM, <NUM, <=NUM intervals: FROM..TO, or [FROM..TO] - closed interval, [FROM..TO) or (FROM..TO] semi-open interval, (FROM..TO) open interval, NUM~EPSILON - value in NUM+-EPSILON range set: A|B|C - match to A or B or C

example

arguments:

properties:

inlets:

outlets:

keywords:

select

See also: [flow.match]

Authors: Serge Poltavsky

License: GPL3 or later