Transform Reference Guide

'&&, '||

Synchronous logical AND and OR operators.

Syntax

'&&
'||

Options

Inlets

Outlets

Comments

The AND and OR operators only accept Integers or Booleans as input.

These operators only output a result when new values have been received by both inlets. Thus, if a new value is received by param1, no result will be computed until a value is received by param2 as well. If this is not the behavior you want, try the the && or || operator instead.

See Also

&&, ||
Expr

Open Sound World User Guide
© 2000-2004 Amar Chaudhary. All rights reserved.