PureData CEAMMC library web documentation
available since version: 0.6
@sublist
Get/set sublist mode, output 1 if input list contains this property value as sublist,
otherwise 0
type: list
@all_of
Get/set all_of mode, output 1 is input list contains all of this property values
type: list
@any_of
Get/set any_of mode, output 1 is input list contains any (al least one) of this
property values
type: list
@none_of
Get/set none_of mode, output 1 is input list contains none of this property values
type: list
See also: [list.^contains] [list.all_of] [list.none_of]
Authors: Serge Poltavsky
License: GPL3 or later