UAudioMixerBlueprintLibrary::MakeMusicalSpectralAnalysisBandSettings

Make an array of musically spaced bands with ascending frequency.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h

Include

#include "AudioMixerBlueprintLibrary.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/AudioMixerBlueprintLibrary.cpp

Syntax

static TArray< FSoundSubmixSpectralAnalysisBandSettings > MakeMusicalSpectralAnalysisBandSettings
(
    int32 InNumSemitones,
    EMusicalNoteName InStartingMusicalNote,
    int32 InStartingOctave,
    int32 InAttackTimeMsec,
    int32 InReleaseTimeMsec
)

Remarks

Make an array of musically spaced bands with ascending frequency.

Parameters

Parameter

Description

InNumSemitones

The number of semitones to represent.

InStartingMuiscal

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