Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
| Name | FMidiEventInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiEventInfo.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiEventInfo.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="MIDI Event Info"))
struct FMidiEventInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MidiMessage | FMidiMsg | HarmonixMetasound/DataTypes/MidiEventInfo.h | ||
| Timestamp | FMusicTimestamp | HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
|
| TrackIndex | int32 | HarmonixMetasound/DataTypes/MidiEventInfo.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 GetChannel() |
HarmonixMetasound/DataTypes/MidiEventInfo.h | ||
uint8 GetNoteNumber() |
HarmonixMetasound/DataTypes/MidiEventInfo.h | ||
uint8 GetVelocity() |
HarmonixMetasound/DataTypes/MidiEventInfo.h | ||
bool IsNote() |
HarmonixMetasound/DataTypes/MidiEventInfo.h | ||
bool IsNoteOff() |
HarmonixMetasound/DataTypes/MidiEventInfo.h | ||
bool IsNoteOn() |
HarmonixMetasound/DataTypes/MidiEventInfo.h |