Compare two signals, output the minimum
| Name | Type | Opt | Description |
|---|---|---|---|
| initial-comparison-value | float or int | opt | 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. |
| int | 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 | 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 lesser 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. |

| Name | Description |
|---|---|
| <=~ | Is less than or equal to, comparison of two signals |
| >~ | Is greater than, comparison of two signals |
| >=~ | Is greater than or equal to, comparison of two signals |
| ==~ | Is equal to, comparison of two signals |
| !=~ | Not equal to, comparison of two signals |
| maximum~ | Compare two signals, output the maximum |