Wwise SDK 2021.1.8
AkMIDIPost
Version
Wwise SDK 2021.1.8
|
AkMIDIPost Struct Reference
#include <AkMidiTypes.h>
Inheritance diagram for AkMIDIPost:

Public Attributes | |
AkUInt64 | uOffset |
Frame offset (in samples) for MIDI event post. More... |
|
![]() | |
AkUInt8 | byType |
See AK_MIDI_EVENT_TYPE_* pre-processor definitions. More... |
|
AkMidiChannelNo | byChan |
union { | |
tGen Gen | |
tCc Cc | |
tNoteOnOff NoteOnOff | |
tPitchBend PitchBend | |
tNoteAftertouch NoteAftertouch | |
tChanAftertouch ChanAftertouch | |
tProgramChange ProgramChange | |
tWwiseCmd WwiseCmd | |
}; | |
Detailed Description
Definition at line 237 of file AkMidiTypes.h.