Waveform

PotterDraw

Waveform

This lets you select a modulation waveform. If it's None, modulation is disabled for the target property. The following waveforms are available:

WaveformDescription
NoneModulation is disabled.
SineA sine wave.
TriangleA triangle wave.
Ramp UpAn ascending ramp wave.
Ramp DownA descending ramp wave.
SquareA square wave.
PulseA pulse wave with variable Pulse Width and Slew.
Rounded PulseA rounded pulse wave with variable Pulse Width and Slew.
Triangular PulseA triangular pulse wave with variable Pulse Width and Slew.
Ramp PulseA ramp pulse with variable Pulse Width and Slew.
Sine CubedA sine wave raised to the third power.
FlameA flame-like wave, similar to the Flame stitch in needlepoint, resulting from: squarewave(x) - squarewave(x * 2) * cos(x * PI * 2).