mc.minmax~
Description
minmax~ computes the minimum and maximum values of an input signal and outputs signals which are the maximum signal and the minimum signal as well as outputs of the minimum and maximum floats.
Arguments
None.
Attributes
Common Box Attributes
Multichannel Group Attributes
Messages
bang
reset
signal
In right inlet: A non-zero signal value will reset the current minimum and maximum.
Multichannel Group Messages
Output
float
Out 3rd outlet: When minmax~ receives a message, a floating-point value which corresponds to the minimum signal value received since startup or the last message is output.
Out 4th outlet: When minmax~ receives a message, a floating-point value which corresponds to the maximum signal value received since startup or the last message is output.
signal
Out 1st outlet: Signal value which corresponds to the minimum signal value received since startup or the last
Out 2nd outlet: Signal value which corresponds to the maximum signal value received since startup or the last message.
See Also
Name | Description |
---|---|
meter~ | |
peakamp~ | |
snapshot~ |