>
Determines if one value is greater than another.
Syntax
where a, b, v1 and v2 may be expressions, but a, b not audio-rate.
Performance
In the above conditional, a and b are first compared. If the indicated relation is true (a greater than b), then the conditional expression has the value of v1; if the relation is false, the expression has the value of v2.
NB.: If v1 or v2 are expressions, these will be evaluated before the conditional is determined.
In terms of binding strength, all conditional operators (i.e. the relational operators (<, etc.), and ?, and : ) are weaker than the arithmetic and logical operators (+, -, *, /, && and ||).
These are operators not opcodes. Therefore, they can be used within orchestra statements, but do not form complete statements themselves.
Examples
Here is an example of the > operator. It uses the file greaterthan.csd.
Its output should include lines like this:
See also
Credits
Example written by Kevin Conder.