Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/HarmonixMetasound > API/Plugins/HarmonixMetasound/HarmonixMetasound/Analysis
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UHarmonixPeakTamer
References
| Module | HarmonixMetasound |
| Header | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/Analysis/PeakTamer.h |
| Include | #include "HarmonixMetasound/Analysis/PeakTamer.h" |
Syntax
UCLASS (BlueprintType)
class UHarmonixPeakTamer : public UObject
Remarks
Takes a raw peak value from an audio analyzer and outputs a smoothed, compressed value in range [0, 1]
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Configure
(
const FHarmonixPeakTamerSettings& Settings |
||
| UHarmonixPeakTamer * | |||
| float | GetPeak () |
||
| float | GetValue () |
||
| void | Update
(
float InputValue, |