Navigation
BlueprintAPI > BlueprintAPI/SynthesisUtilitiesLibrary
Returns the log frequency of the input value. Maps linear domain and range values to log output (good for linear slider controlling frequency)
Target is Synthesis Utilities Blueprint Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| real | In Log Frequency Value | |
| real | In Domain Min | |
| real | In Domain Max | |
| real | In Range Min | |
| real | In Range Max |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value |