maximum.dsp

Pick the maximum of two input signals.

Function

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

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

Input values are signed as usual.

Knobs

InputA

InputB

Outputs

Output
MAX(InputA,InputB)

Resources

Ticks: 12

Code: 11 words

Implementation

V24

See Also

minimum.dsp, add.dsp