Audio::GetLogFrequencyClamped

Returns the log frequency of the input value. Maps linear domain and range values to log output (good for linear slider controlling frequency)

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h

Include

#include "DSP/Dsp.h"

Syntax

namespace Audio
{
    static float Audio::GetLogFrequencyClamped
    (
        const float InValue,
        const FVector2D & Domain,
        const FVector2D & Range
    )
}

Remarks

Returns the log frequency of the input value. Maps linear domain and range values to log output (good for linear slider controlling frequency)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss