A newer version of Max is available. Click here to access the latest version of the Max documentation

gtep Reference

Pass greater than or equals operator. Pass the left input if the condition is met.

gtep

Examples

Inlets

Left Operand [number]

Left operand to be compared. Event version triggers comparison.

Right Operand [number]

Right operand to be compared. Event version must trigger the left inlet in order to perform comparison.

Outlets

Left >= Right (Pass) [number]

Returns the left operand if the left input is greater than or equal to the right input. Returns 0 otherwise.

Fixed Attributes

These attributes must be set in the object box and determine the behavior of the object at runtime.

hot [bool] (default: 0)

All inlets trigger calculation.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [number]

Left operand to be compared. Event version triggers comparison.

in2 [number]

Right operand to be compared. Event version must trigger the left inlet in order to perform comparison.

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
ltep Pass less than or equal operator
gtp Pass greater than operator