minimum.dsp

Pick the minimum of two input signals.

Function

Outputs the smaller of InputA and InputB. This can be used for clipping.

By connecting Output to InputB, you can measure a historical minimum. In this configuration, StartInstrument() can be used to reset the historical maximum.

Input values are signed as usual.

Knobs

InputA

InputB

Outputs

Output
MIN(InputA,InputB)

Resources

Ticks: 12

Code: 11 words

Implementation

V24

See Also

maximum.dsp, add.dsp