Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/UAudioMixerBlueprintLibrary
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h |
| Include | #include "AudioMixerBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/AudioMixer/Private/AudioMixerBlueprintLibrary.cpp |
static TArray< FSoundSubmixSpectralAnalysisBandSettings > MakeMusicalSpectralAnalysisBandSettings
&40;
int32 InNumSemitones,
EMusicalNoteName InStartingMusicalNote,
int32 InStartingOctave,
int32 InAttackTimeMsec,
int32 InReleaseTimeMsec
&41;
Remarks
Make an array of musically spaced bands with ascending frequency.
Parameters
| Name | Description |
|---|---|
| InNumSemitones | The number of semitones to represent. |
| InStartingMuiscalNote | The name of the first note in the array. |
| InStartingOctave | The octave of the first note in the array. |
| InAttackTimeMsec | The attack time (in milliseconds) to apply to each band's envelope tracker. |
| InReleaseTimeMsec | The release time (in milliseconds) to apply to each band's envelope tracker. |