Click or drag to resize

Damping Methods

The Damping type exposes the following members.

Methods
  Name Description
Public method Static member InverseLogarithmic Produces an inverse logarithmic damping curve - slowly damping with a sharp end from 1 to 0 over the samplePeriod.
Public method Static member Linear Produces a linear damping curve - damping with a perfect slope from 1 to 0 over the samplePeriod.
Public method Static member Logarithmic Produces a logarithmic damping curve - strong at first and damping quickly over time from 1 to 0 over the samplePeriod.
Public method Static member Natural Produces a natural damping curve very similar to that of a string based instrument - strong at first and damping quickly over time from 1 to 0 over the samplePeriod.
Public method Static member ReverseLinear Produces a reverse linear damping curve - damping with a perfect slope from 0 to 1 over the samplePeriod.
Public method Static member Sinusoidal Produces a sinusoidal damping curve oscillating from 1 to 0 to 1 over the samplePeriod.
Public method Static member Zero Produces a damping signature that represents no damping over time.
Top
See Also