3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Max

Maximum of two values. Returns the larger of the two inputs.

Block

Interactive preview is available in the interactive reader.

Parameters

A
First value.
B
Second value.

How it works

Max floors a value from below when combined with a constant. Example: Max(normZ * 50, 5) ensures a minimum of 5 mm.