Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/FSingletonFusionVoicePool
| |
|
| Name |
FCachedVoiceTracker |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h |
| Include Path |
#include "HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h" |
Syntax
struct FCachedVoiceTracker
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CachedBuffer |
TAudioBuffer< float > |
Cached rendered audio |
HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h |
|
| NumFramesLastRendered |
uint32 |
|
HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h |
|
| SliceIndex |
uint32 |
The last rendered frame info |
HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h |
|
| SubsliceIndex |
uint32 |
|
HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h |
|
| Voice |
FFusionVoice * |
|
HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h |
|
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FCachedVoiceTracker & operator=
(
const FCachedVoiceTracker& Other
)
|
|
HarmonixDsp/FusionSampler/SingletonFusionVoicePool.h |
|