FOnset

[FOnset](API\Plugins\AudioSynesthesiaCore\FOnset) Contains data relating to one onset.

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioSynesthesiaCore

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetNRTFactory.h

Include

#include "OnsetNRTFactory.h"

Syntax

struct FOnset

Remarks

FOnset

Contains data relating to one onset.

Variables

Name Description

Public variable

int32

 

Channel

Audio channel which produced the data.

Public variable

float

 

Strength

Public variable

float

 

Timestamp

Timestamp in seconds referring to the center of the audio window.

Constructors

Name Description

Public function

FOnset()

Public function

FOnset

(
    int32 InChannelIndex,
    float InTimestamp,
    float InStrength
)