Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/FMidiClock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Advance
(
int32 StartFrame, |
Process and advance the clock normally based on the given sample frames | HarmonixMetasound/DataTypes/MidiClock.h | |
void Advance
(
const FMidiClock& DrivingClock, |
Process and advance the clock based on the driving clock given sample frames will handle the driving clock events based on the frame range | HarmonixMetasound/DataTypes/MidiClock.h |
Advance(int32, int32)
Description
Process and advance the clock normally based on the given sample frames
| Name | Advance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiClock.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiClock.h" |
void Advance
(
int32 StartFrame,
int32 NumFrames
)
Advance(const FMidiClock &, int32, int32)
Description
Process and advance the clock based on the driving clock given sample frames will handle the driving clock events based on the frame range
| Name | Advance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiClock.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiClock.h" |
void Advance
(
const FMidiClock & DrivingClock,
int32 StartFrame,
int32 NumFrames
)