AST_N_VisPitch is a derived class from AST_VisNiagaraBase. It is responsible for handling pitch data in the context of audio visualization. This class processes pitch data and manages audio I/O status changes.
More...
#include <ST_N_VisPitch.h>
AST_N_VisPitch is a derived class from AST_VisNiagaraBase. It is responsible for handling pitch data in the context of audio visualization. This class processes pitch data and manages audio I/O status changes.
◆ OnAudioIOStatusChanged_Implementation()
void AST_N_VisPitch::OnAudioIOStatusChanged_Implementation |
( |
bool | bIsActive, |
|
|
FIntPoint | IOId ) |
|
overrideprotectedvirtual |
Called when the audio I/O status changes.
- Parameters
-
bIsActive | Indicates if the audio I/O is active. |
IOId | The identifier of the I/O operation whose status has changed. |
◆ OnPitchesReady_Implementation()
void AST_N_VisPitch::OnPitchesReady_Implementation |
( |
const TArray< float > & | Pitches, |
|
|
FIntPoint | IOId ) |
|
overrideprotectedvirtual |
Called when the pitch data is ready to be processed.
- Parameters
-
Pitches | The array of pitch data. |
IOId | The identifier of the I/O operation associated with the pitch data. |
◆ SetConstantParameters()
bool AST_N_VisPitch::SetConstantParameters |
( |
| ) |
|
|
overrideprotectedvirtual |
Sets the constant parameters for the pitch visualization.
- Returns
- Returns true if the parameters were successfully set, false otherwise.
Reimplemented from AST_VisBase.
The documentation for this class was generated from the following files:
- H:/Games/Unreal/Aaron/FunWithShaders/Plugins/ST_VJMaster/Source/ST_AudioVisualisation/Public/Niagara/Vis/ST_N_VisPitch.h
- H:/Games/Unreal/Aaron/FunWithShaders/Plugins/ST_VJMaster/Source/ST_AudioVisualisation/Private/Niagara/Vis/ST_N_VisPitch.cpp