PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index

Category: predicates

predicate objects. Checks message or data types, returns 1 or 0.

is_any: checks if the input has a general message type

is_bang: checks if the input is a bang

is_data: checks if the input is a data type
aliases: [ceammc/is_data]

is_dict: checks if the input message is a dictionary
aliases: [ceammc/is_dict]

is_even: even number check

is_file: checks if the file exists and accessible
aliases: [ceammc/is_file]

is_float: checks if the input message is a float

is_list: checks if the input message is a list

is_odd: input number oddity check

is_pointer: checks if input message is a pointer

is_prop: checks if the input message is a property message

is_symbol: checks if input message is a symbol

Version: 0.9.8

License: GPL3