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

Classes | |
struct | tCc |
struct | tChanAftertouch |
struct | tGen |
struct | tNoteAftertouch |
struct | tNoteOnOff |
struct | tPitchBend |
struct | tProgramChange |
struct | tWwiseCmd |
Public Attributes | |
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 178 of file AkMidiTypes.h.