maximum~
Description
maximum~ outputs a signal which is the maximum of two input signals.
Examples

Find the maximum of two signals
Arguments
initial-comparison-value [number]
Optional
Sets an initial comparison value for the signal coming into the left inlet. If a signal is connected to the right inlet, the argument is ignored.
Attributes
Common Box Attributes
Messages
int
Arguments
comparison-value
[int]
In right inlet: A number to be used for comparison with the signal coming into the left inlet. If a signal is also connected to the right inlet, a
or is ignored. float
Arguments
comparison-value
[float]
In right inlet: A number to be used for comparison with the signal coming into the left inlet. If a signal is also connected to the right inlet, a
or is ignored. signal
In left inlet: The signal is compared to a signal coming into the right inlet, or a constant value received in the right inlet. The greater of the two values is sent out the outlet.
In right inlet: The signal is used for comparison with the signal coming into the left inlet.
In right inlet: The signal is used for comparison with the signal coming into the left inlet.
Output
signal
The greater of the two signal values received in the left and right inlets is sent out.
See Also
Name | Description |
---|---|
<=~ | |
>~ | |
>=~ | |
==~ | |
!=~ | |
minimum~ |