Skip to content

lib.math.floats.DampPeakDecay

Thomas Mann edited this page Jan 17, 2024 · 3 revisions

DampPeakDecay

in lib.math.floats


Compares the current input value to the current damped value. If the input value is great, it is immediately used and no damping applied. If the input value is small, it is decaying slowly, similar to the peak indicators of equalizer visualizations.


Input Parameters

Name (Relevancy & Type) Description
Value (Single) -
Decay (Single) -

Outputs

Name Type
Result System.Single

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally