Damping Class |
The Damping type exposes the following members.
Name | Description | |
---|---|---|
InverseLogarithmic | Produces an inverse logarithmic damping curve - slowly damping with a sharp end from 1 to 0 over the samplePeriod. | |
Linear | Produces a linear damping curve - damping with a perfect slope from 1 to 0 over the samplePeriod. | |
Logarithmic | Produces a logarithmic damping curve - strong at first and damping quickly over time from 1 to 0 over the samplePeriod. | |
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. | |
ReverseLinear | Produces a reverse linear damping curve - damping with a perfect slope from 0 to 1 over the samplePeriod. | |
Sinusoidal | Produces a sinusoidal damping curve oscillating from 1 to 0 to 1 over the samplePeriod. | |
Zero | Produces a damping signature that represents no damping over time. |