PureData CEAMMC library web documentation
aliases: [flow.sel]
available since version: 0.9.1
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
@v
Get/set alias to @keep_value 1
type: alias
@keep_value
Get/set value output mode. If false (by default) acts like vanilla select: output bang
on match or full unmatched message to last outlet. If true always outputs full
matched message to corresponding outlet.
type: bool
default: 0
@msg
Get/set output this message on match, instead of bang
type: list
See also: [flow.match]
Authors: Serge Poltavsky
License: GPL3 or later