mc.minimum~
Description
minimum~ outputs a signal which is the minimum of two input 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
Multichannel Group 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 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.
In right inlet: The signal is used for comparison with the signal coming into the left inlet.
Multichannel Group Messages
Output
signal
The lesser of the two signal values received in the left and right inlets is sent out.
See Also
Name | Description |
---|---|
<=~ | |
>~ | |
>=~ | |
==~ | |
!=~ | |
maximum~ |